initialize function

Future initialize()

Implementation

Future initialize() async {
  await Hive.initFlutter();
  await Hive.openBox('myData');
}