initBox method

Future<void> initBox()

Implementation

Future<void> initBox() async {
  await Hive.openBox<CloudMessage>(boxName);
}