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