menu
flint_dart package
documentation
flint_ui.dart
BrowserStorage
has method
has method
dark_mode
light_mode
has
method
bool
has
(
String
key
)
Whether
key
currently exists in storage.
Implementation
bool has(String key) { return read(key) != null; }
flint_dart package
documentation
flint_ui
BrowserStorage
has method
BrowserStorage class