clearAll static method

Future<void> clearAll()

Implementation

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