removeKey method
Removes the value associated with the given key from storage.
Implementation
void removeKey(String key) {
_storage.remove(key);
}
Removes the value associated with the given key from storage.
void removeKey(String key) {
_storage.remove(key);
}