GrpcClientOptions constructor
GrpcClientOptions({})
Creates gRPC client options.
Implementation
GrpcClientOptions({
this.host = 'localhost',
this.port = 50051,
this.clients,
this.channelOptions,
});
Creates gRPC client options.
GrpcClientOptions({
this.host = 'localhost',
this.port = 50051,
this.clients,
this.channelOptions,
});