onError method
Called when an exception was occurred during the request.
Implementation
@override
void onError(DioException err, ErrorInterceptorHandler handler) {
_renderCurlRepresentation(err.requestOptions);
return handler.next(err);
}
Called when an exception was occurred during the request.
@override
void onError(DioException err, ErrorInterceptorHandler handler) {
_renderCurlRepresentation(err.requestOptions);
return handler.next(err);
}