callRPCv2 abstract method

Future<JRPC2Response> callRPCv2(
  1. JRPC2Request req, {
  2. String? pathSuffix,
  3. Uri? uri,
})

Implementation

Future<JRPC2Response> callRPCv2(JRPC2Request req,
    {String? pathSuffix, Uri? uri});