menu
app_linkster package
documentation
application/kv_store.dart
KeyValueStore
put method
put method
dark_mode
light_mode
put
method
void
put
(
String
key
,
dynamic
value
)
Implementation
void put(String key, dynamic value) { _store[key] = value; }
app_linkster package
documentation
application/kv_store
KeyValueStore
put method
KeyValueStore class