GrpcOperationUnsupportedException constructor

GrpcOperationUnsupportedException(
  1. dynamic message, {
  2. GrpcError? cause,
})

Constructs a new instance of GrpcOperationUnsupportedException from given cause

Implementation

GrpcOperationUnsupportedException(this.message, {this.cause});