menu
omnyshell_web package
documentation
storage/key_value_store.dart
KeyValueStore
removeWhereKeyStartsWith abstract method
removeWhereKeyStartsWith abstract method
dark_mode
light_mode
removeWhereKeyStartsWith
abstract method
void
removeWhereKeyStartsWith
(
String
prefix
)
Removes every key beginning with
prefix
.
Implementation
void removeWhereKeyStartsWith(String prefix);
omnyshell_web package
documentation
storage/key_value_store
KeyValueStore
removeWhereKeyStartsWith abstract method
KeyValueStore class