response property

Future<JsonRpcResponse<T>> get response

The JSON-RPC response.

Implementation

Future<JsonRpcResponse<T>> get response => _completer.future;