GrpcError.unimplemented constructor

const GrpcError.unimplemented([
  1. String? message,
  2. List<GeneratedMessage>? details,
  3. 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;