PusherPresenceChannel constructor

PusherPresenceChannel(
  1. PusherClient pusher,
  2. String name,
  3. ConnectorOptions options
)

Implementation

PusherPresenceChannel(
  super.pusher,
  super.name,
  super.options,
);