menu
xlf_base_model package
documentation
https/http.dart
Cache typedef
Cache typedef
dark_mode
light_mode
Cache
typedef
Cache
=
dynamic Function
(
dynamic
data
)
如果开启缓存 返回缓存数据
Implementation
typedef Cache = Function(dynamic data);
xlf_base_model package
documentation
https/http
Cache typedef
http library