menu
flutter_dio_module package
documentation
com/flutter/http/cacheUtils/CacheInterfaces.dart
CacheInterfaces
clearCache method
clearCache method
dark_mode
light_mode
clearCache
method
Future
<
bool
?
>
clearCache
(
)
清楚缓存,默认返回false 操作成功返回true
Implementation
Future<bool?> clearCache() async { return false; }
flutter_dio_module package
documentation
com/flutter/http/cacheUtils/CacheInterfaces
CacheInterfaces
clearCache method
CacheInterfaces class