call abstract method
Makes an RPC call with the provided parameters.
The params
parameter represents the details of the RPC request.
Returns a Future that completes with the response data.
Implementation
Future<Map<String, dynamic>> call(RPCRequestDetails params);