menu
alaz package
documentation
cache/cache_manager.dart
CacheManager
storeResponse method
storeResponse method
dark_mode
light_mode
storeResponse
method
void
storeResponse
(
String
key
,
AlazResponse
response
)
Implementation
void storeResponse(String key, AlazResponse response) { _cache[key] = response; }
alaz package
documentation
cache/cache_manager
CacheManager
storeResponse method
CacheManager class