GrpcError.cancelled constructor
The operation was cancelled (typically by the caller).
Implementation
GrpcError.cancelled([this.message, this.details, this.rawResponse])
: trailers = const {},
code = StatusCode.cancelled;
The operation was cancelled (typically by the caller).
GrpcError.cancelled([this.message, this.details, this.rawResponse])
: trailers = const {},
code = StatusCode.cancelled;