call abstract method

Future<Map<String, dynamic>> call(
  1. ETHRequestDetails params, [
  2. Duration? timeout
])

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]);