client static method

MercuryClient client(
  1. String address,
  2. int port
)

Implementation

static MercuryClient client(String address, int port) {
  return MercuryClient(ClientChannel(address, port: port));
}