JsonRpc2Adapter constructor

JsonRpc2Adapter(
  1. Stream<StreamChannel<String>> clientStream, {
  2. bool isTrusted = false,
})

Implementation

JsonRpc2Adapter(this.clientStream, {this.isTrusted = false});