removeAll static method

Future<void> removeAll()

Implementation

static Future<void> removeAll() async {
  await box.erase();
}