RpcNetworkerPipe constructor

RpcNetworkerPipe({
  1. RpcConfig config = const RpcConfig(),
  2. required bool isServer,
  3. Channel? receiverChannel,
})

Implementation

RpcNetworkerPipe({
  this.config = const RpcConfig(),
  required this.isServer,
  this.receiverChannel,
});