initFlutter static method
- @Deprecated("Method will be removed once all apps data is migrated from Hive")
Initializes the Flutter storage repository. This method is deprecated and will be removed once all app data is migrated from Hive.
Implementation
@Deprecated("Method will be removed once all apps data is migrated from Hive")
static Future<void> initFlutter() async =>
await StorageRepository.initFlutter();