Hibajavítás: CoordConverterService

This commit is contained in:
2026-05-09 23:14:18 +02:00
parent 48413ba344
commit 810e118059
2 changed files with 21 additions and 1 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ Future<void> main() async {
anonKey:
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICJyb2xlIjogImFub24iLAogICJpc3MiOiAic3VwYWJhc2UiLAogICJpYXQiOiAxNzQwMjY1MjAwLAogICJleHAiOiAxODk4MDMxNjAwCn0.4cMVfAnBLxne1lq0fm94rgtXLBJdRx-0f-E4Jd_jFwI');
await Get.putAsync(() => CoordConverterService().onInit());
await Get.putAsync<CoordConverterService>(
() => CoordConverterService().init());
runApp(const MyApp());
}