common/services/index library
Classes
- DioInterceptors
- 拦截器
- GlobalService
- 全局服务
- HttpService
- 网络请求服务
Typedefs
- LocaleChangeCallback = dynamic Function(Locale locale)
- 语言改变的回调
-
OnErrorHandler
= Future<
String?> Function(DioException err) -
OnRequestHandler
= Future<
bool> Function(RequestOptions options, RequestInterceptorHandler handler) - 请求处理拦截器 如返回true则中断后面流程
-
OnResponseHandler
= Future<
String?> Function(Response response) - Response统一处理回调