DgraphRpcClient constructor

DgraphRpcClient(
  1. String host,
  2. int port,
  3. ChannelCredentials channelCredentials
)

Implementation

DgraphRpcClient(this.host, this.port, this.channelCredentials);