JsonRPCHttp constructor

JsonRPCHttp(
  1. String url,
  2. HttpClient client
)

Implementation

JsonRPCHttp(String url, this.client) : super(url);