clear method
Clears the persisted state
Implementation
Future<void> clear() async {
removeFromCache(storageKey);
await _storage.delete(storageKey);
}
Clears the persisted state
Future<void> clear() async {
removeFromCache(storageKey);
await _storage.delete(storageKey);
}