menu
daq package
documentation
utils/daq_cache/daq_cache.dart
DAQCache
hasKey method
hasKey method
dark_mode
light_mode
hasKey
method
bool
hasKey
(
String
key
)
Implementation
bool hasKey(String key) { return _cacheStorage.hasKey(key); }
daq package
documentation
utils/daq_cache/daq_cache
DAQCache
hasKey method
DAQCache class