closeAllBoxes method
These methods are for closing boxes, usually not needed and mostly for debugging purposes
Implementation
Future<void> closeAllBoxes() async => Hive.close();
These methods are for closing boxes, usually not needed and mostly for debugging purposes
Future<void> closeAllBoxes() async => Hive.close();