menu
fast_http package
documentation
core/API/cache_response_manager.dart
CacheResponseManager
emptyCache method
emptyCache method
dark_mode
light_mode
emptyCache
method
@
override
Future
<
void
>
emptyCache
(
)
inherited
Removes all files from the cache
Implementation
@override Future<void> emptyCache() => _store.emptyCache();
fast_http package
documentation
core/API/cache_response_manager
CacheResponseManager
emptyCache method
CacheResponseManager class