Add migration route for old sharedPrefs

This commit is contained in:
2025-06-07 20:55:42 +02:00
parent 9862fda9e5
commit bafcff7be4
2 changed files with 48 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ void main() async {
print('[INIT] Skip Firebase init (Platform == Linux)...');
}
await appAuth.tryMigrateFromV1();
print('[INIT] Load Notifications...');
final flutterLocalNotificationsPlugin = FlutterLocalNotificationsPlugin();