RpcNetworkerPipe constructor

RpcNetworkerPipe({
  1. RpcConfig config = const RpcConfig(),
})

Implementation

RpcNetworkerPipe({this.config = const RpcConfig()}) {
  read.listen(onData);
}