menu
omnyshell_web package
documentation
storage/key_value_store.dart
KeyValueStore
read abstract method
read abstract method
dark_mode
light_mode
read
abstract method
String
?
read
(
String
key
)
Returns the value for
key
, or
null
if absent.
Implementation
String? read(String key);
omnyshell_web package
documentation
storage/key_value_store
KeyValueStore
read abstract method
KeyValueStore class