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