RpcServerNetworkerPipe constructor

RpcServerNetworkerPipe({
  1. RpcConfig config = const RpcConfig(),
  2. bool filter(
    1. RpcNetworkerPacket,
    2. Channel
    )?,
  3. bool validate = true,
})

Implementation

RpcServerNetworkerPipe({
  super.config,
  this.filter,
  this.validate = true,
});