remove method Null safety
- String key
Remove a key value pair from storage namespace
Implementation
Future<void> remove(String key) {
return box.remove(key);
}
Remove a key value pair from storage namespace
Future<void> remove(String key) {
return box.remove(key);
}