menu
cached_http_client package
documentation
storage/cache_storage.dart
CacheStorage
set abstract method
set abstract method
dark_mode
light_mode
set
abstract method
Future
<
void
>
set
(
String
key
,
Response
response
)
Implementation
Future<void> set(String key, http.Response response);
cached_http_client package
documentation
storage/cache_storage
CacheStorage
set abstract method
CacheStorage class