JsonRpcClient constructor

JsonRpcClient(
  1. String url, {
  2. Map<String, dynamic>? headers,
})

Implementation

JsonRpcClient(
  this.url, {
  this.headers,
});