menu
app_linkster package
documentation
application/kv_store.dart
KeyValueStore
get method
get method
dark_mode
light_mode
get
method
dynamic
get
(
String
key
)
Implementation
dynamic get(String key) { return _store[key]; }
app_linkster package
documentation
application/kv_store
KeyValueStore
get method
KeyValueStore class