deleteAll static method

Future<void> deleteAll()

Implementation

static Future<void> deleteAll() async {
  await _storage.deleteAll();
}