queries property
Maps the query id to the completer that will resolve the query
Implementation
final Map<int, Completer<RpcResponse>> queries = {};
Maps the query id to the completer that will resolve the query
final Map<int, Completer<RpcResponse>> queries = {};