MoacServerClient.withConnectionParameters constructor

MoacServerClient.withConnectionParameters(dynamic hostname, [ dynamic port ])

Implementation

MoacServerClient.withConnectionParameters(hostname, [port])
    : super.withConnectionParameters(
          serverHttpAdapter, hostname, Moac.rpcHttpScheme, port);