menu
dio_toolkit package
documentation
cache.dart
CacheStore
get method
get method
dark_mode
light_mode
get
method
CacheEntry
?
get
(
String
key
)
Implementation
CacheEntry? get(String key) => _map[key];
dio_toolkit package
documentation
cache
CacheStore
get method
CacheStore class