closeAllBoxes method

Future<void> closeAllBoxes()

These methods are for closing boxes, usually not needed and mostly for debugging purposes


Implementation

Future<void> closeAllBoxes() async => Hive.close();