menu
flutter_dio_module package
documentation
com/flutter/http/cacheUtils/CacheInterfaces.dart
CacheInterfaces
saveCache method
saveCache method
dark_mode
light_mode
saveCache
method
void
saveCache
(
String
path
,
Map
<
String
,
dynamic
>
?
params
,
String
value
)
保存缓存,
Implementation
void saveCache( String path, Map<String, dynamic>? params, String value) async {}
flutter_dio_module package
documentation
com/flutter/http/cacheUtils/CacheInterfaces
CacheInterfaces
saveCache method
CacheInterfaces class