menu
content_cache package
documentation
content_cache.dart
ContentCacheImpl
isExists method
isExists method
dark_mode
light_mode
isExists
method
@
override
bool
isExists
(
String
key
)
override
Implementation
@override bool isExists(String key) { return cache.containsKey(key); }
content_cache package
documentation
content_cache
ContentCacheImpl
isExists method
ContentCacheImpl class