menu
nylo_support package
documentation
networking/src/dio_api_service.dart
DioApiService
clearAllCache method
clearAllCache method
dark_mode
light_mode
clearAllCache
method
Future
<
void
>
clearAllCache
(
)
Clear all API cache entries.
Implementation
Future<void> clearAllCache() async { await ny_cache.cache().flush(); }
nylo_support package
documentation
networking/src/dio_api_service
DioApiService
clearAllCache method
DioApiService class