onError abstract method
- @override
- @Deprecated('not supported')
- DioException err,
- ErrorInterceptorHandler handler
Called when an exception was occurred during the request.
Implementation
@override
@Deprecated('not supported')
void onError(
DioException err,
ErrorInterceptorHandler handler,
);