PusherChannel constructor

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

Create a new class instance.

Implementation

PusherChannel(this.pusher, this.name, super.options) {
  subscribe();
}