RpcServerNetworkerPipe constructor

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

Implementation

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