clearAll method

Future<void> clearAll()

Clear all data in storage

Implementation

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