CronetGrpcClientChannel constructor

CronetGrpcClientChannel(
  1. String _host, {
  2. int port = 443,
  3. ChannelOptions options = const grpc.ChannelOptions(),
  4. List<int>? trustedCertificate,
})

Implementation

CronetGrpcClientChannel(this._host,
    {this.port = 443,
    this.options = const grpc.ChannelOptions(),
    this.trustedCertificate})
    : _engine = null,
      super();