6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 768510a1

AuthorNikolaj King<nikolaj.king@gmail.com>
Date2024-08-01 07:24:08 +0200
Update welcome_repository.dart

Changed files

comwell_key_app/lib/welcome/welcome_repository.dart | 7 -------
 1 file changed, 7 deletions(-)

Diff

diff --git a/comwell_key_app/lib/welcome/welcome_repository.dart b/comwell_key_app/lib/welcome/welcome_repository.dart
index e6cd3179..42f5d897 100644
--- a/comwell_key_app/lib/welcome/welcome_repository.dart
+++ b/comwell_key_app/lib/welcome/welcome_repository.dart
@@ -22,13 +22,6 @@ final _secureStorage = SecureStorage();
"MobileKeysOptionLockServiceCodes": [1],
"MobileKeysOptionLogsMail": dotenv.env['MOBILEKEYSOPTIONLOGSMAIL'],
};
- /* final mobileKeysOptions = {
- "MobileKeysOptionApplicationId": "Flutter Sample",
- "MobileKeysOptionAppDescription": "ASSA ABLOY Mobile Keys Example Implementation",
- "MobileKeysOptionVersion": "0.0.1",
- "MobileKeysOptionLockServiceCodes": [1, 2],
- "MobileKeysOptionLogsMail": "my.mail@mail.com",
- }; */
try {
await _seosMobileKeysPlugin.startUp(mobileKeysOptions);
bool? isEndPointSetup = await isEndpointSetup();