call abstract method
Makes a JSON-RPC call with the specified params
and optional timeout
.
Returns a Future<Map<String, dynamic>> representing the JSON-RPC response.
Implementation
Future<Map<String, dynamic>> call(ETHRequestDetails params,
[Duration? timeout]);