callRPCv1 abstract method

Future<JRPC1Response> callRPCv1(
  1. JRPC1Request req, {
  2. String? pathSuffix,
  3. Uri? uri,
})

Implementation

Future<JRPC1Response> callRPCv1(JRPC1Request req,
    {String? pathSuffix, Uri? uri});