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