menu
base_api package
documentation
api/base_api.dart
BaseApi<T>
cache property
cache property
dark_mode
light_mode
cache
property
bool
cache
getter/setter pair
是否使用缓存, get / post 都会使用缓存
Implementation
bool cache = false;
base_api package
documentation
api/base_api
BaseApi<T>
cache property
BaseApi class