menu
alaz package
documentation
cache/cache_manager.dart
CacheManager
getResponse method
getResponse method
dark_mode
light_mode
getResponse
method
AlazResponse
?
getResponse
(
String
key
)
Implementation
AlazResponse? getResponse(String key) { return _cache[key]; }
alaz package
documentation
cache/cache_manager
CacheManager
getResponse method
CacheManager class