menu
dio_http_util package
documentation
response.dart
Response<T>
handleError method
handleError method
dark_mode
light_mode
handleError
method
void
handleError
(
)
处理错误(可选实现,工具类会调用此方法) 默认实现为空,用户可以在自己的响应类中重写
Implementation
void handleError() {}
dio_http_util package
documentation
response
Response<T>
handleError method
Response class