initFlutter static method
Initializes Hive for Flutter.
This method should be called early in the app lifecycle to set up Hive storage.
Implementation
static Future<void> initFlutter() async => await Hive.initFlutter();
Initializes Hive for Flutter.
This method should be called early in the app lifecycle to set up Hive storage.
static Future<void> initFlutter() async => await Hive.initFlutter();