clearAll method

Future<void> clearAll()

Implementation

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