menu
flowdb package
documentation
core.dart
Store
has method
has method
dark_mode
light_mode
has
method
bool
has
(
String
key
)
Implementation
bool has(String key) => _storage.has(key);
flowdb package
documentation
core
Store
has method
Store class