ChannelReadEvent.fromPusherChannelsReadEvent constructor
- @internal
- Channel<
ChannelState> channel, - PusherChannelsReadEvent readEvent
Implementation
@internal
factory ChannelReadEvent.fromPusherChannelsReadEvent(
Channel channel,
PusherChannelsReadEvent readEvent,
) =>
ChannelReadEvent._(
rootObject: readEvent.rootObject,
channel: channel,
);