withChannel method

RpcNetworkerPacket withChannel(
  1. Channel channel
)

Implementation

RpcNetworkerPacket withChannel(Channel channel) =>
    RpcNetworkerPacket(function: function, data: data, channel: channel);