menu
app_linkster package
documentation
application/kv_store.dart
KeyValueStore
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
key
)
Implementation
void remove(String key) { _store.remove(key); }
app_linkster package
documentation
application/kv_store
KeyValueStore
remove method
KeyValueStore class