RPCClient constructor

RPCClient({
  1. String rpcAddress = 'http://127.0.0.1:4003',
  2. int id = 0,
})

Implementation

RPCClient({this.rpcAddress = 'http://127.0.0.1:4003', this.id = 0});