withError method

String withError({
  1. DioException? error,
})

Implementation

String withError({DioException? error}) {
  return _handleError(error);
}