delete static method
- String key
Deletes a value from storage for the given key.
Implementation
static void delete(String key) {
_backend?.delete(key);
}
Deletes a value from storage for the given key.
static void delete(String key) {
_backend?.delete(key);
}