initFlutter static method

  1. @Deprecated("Method will be removed once all apps data is migrated from Hive")
Future<void> initFlutter()

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();