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