openBox method

Future<void> openBox()

Implementation

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