menu
bolt_ui_kit package
documentation
services/storage_service.dart
StorageService
hasKey method
hasKey method
dark_mode
light_mode
hasKey
method
bool
hasKey
(
String
key
)
Implementation
bool hasKey(String key) { return _box.hasData(key); }
bolt_ui_kit package
documentation
services/storage_service
StorageService
hasKey method
StorageService class