GrpcError.unimplemented constructor
const
GrpcError.unimplemented([
- String? message,
- List<
GeneratedMessage> ? details, - Object? rawResponse
Operation is not implemented or not supported/enabled in this service.
Implementation
const GrpcError.unimplemented([this.message, this.details, this.rawResponse])
: trailers = const {},
code = StatusCode.unimplemented;