close static method

Future<void> close()

Close storage properly (for CLI apps)

Implementation

static Future<void> close() async {
  await Hive.close();
}