GrpcError.custom constructor
GrpcError.custom(])
Custom error code.
Implementation
GrpcError.custom(this.code,
[this.message, this.details, this.rawResponse, this.trailers = const {}]);
Custom error code.
GrpcError.custom(this.code,
[this.message, this.details, this.rawResponse, this.trailers = const {}]);