closeDb static method

Future<void> closeDb()

Implementation

static Future<void> closeDb() async => await box!.close();