openBox function

Future<void> openBox()

Implementation

Future<void> openBox() async {
  await Hive.openBox(dataBox,
      encryptionCipher: HiveAesCipher(await secureKey()));
}