response property
Future<JsonRpcResponse<T> >
get
response
The JSON-RPC response.
Implementation
Future<JsonRpcResponse<T>> get response => _completer.future;
The JSON-RPC response.
Future<JsonRpcResponse<T>> get response => _completer.future;