menu
omnyshell_web package
documentation
storage/key_value_store.dart
KeyValueStore
write abstract method
write abstract method
dark_mode
light_mode
write
abstract method
void
write
(
String
key
,
String
value
)
Stores
value
under
key
.
Implementation
void write(String key, String value);
omnyshell_web package
documentation
storage/key_value_store
KeyValueStore
write abstract method
KeyValueStore class