HttpError.cancel constructor
HttpError.cancel(
- String? message
Implementation
HttpError.cancel(this.message)
: code = 0,
type = HttpErrorType.cancel;
HttpError.cancel(this.message)
: code = 0,
type = HttpErrorType.cancel;