send abstract method

Future<RpcResponse> send(
  1. String method,
  2. List params
)

Send arbitrary message to RPC node

Implementation

Future<RpcResponse> send(String method, List<dynamic> params);