open method

Future<Box> open()

Implementation

Future<Box> open() async {
  await completer.future;
  return await Hive.openBox(boxName);
}