RpcClient.http constructor

RpcClient.http(
  1. String url
)

Implementation

factory RpcClient.http(String url) => RpcClient(HttpService(url));