JsonRpcClient constructor
JsonRpcClient(
- String url, {
- RequestOptions? options,
Implementation
JsonRpcClient(
this.url, {
this.options,
});
JsonRpcClient(
this.url, {
this.options,
});