initHiveDb method

Future<void> initHiveDb()

Implementation

Future<void> initHiveDb() async {
  userBox = await Hive.openBox('userBox');
}