menu
custom_api_services package
documentation
api_services/custom_api_services.dart
CustomApiServices
clearCache method
clearCache method
dark_mode
light_mode
clearCache
method
Future
<
void
>
clearCache
(
)
Implementation
Future<void> clearCache() async { if (_enableCache) { await _cacheBox.clear(); } }
custom_api_services package
documentation
api_services/custom_api_services
CustomApiServices
clearCache method
CustomApiServices class