tearDownTestHive function

Future<void> tearDownTestHive()

Deletes the temporary Hive.

Implementation

Future<void> tearDownTestHive() async {
  await Hive.deleteFromDisk();
}