Subscription constructor

Subscription(
  1. Manager _manager,
  2. Set<String>? _channels,
  3. Set<String>? _channelGroups,
  4. bool? _withPresence,
)

Implementation

Subscription(
    this._manager, this._channels, this._channelGroups, this._withPresence);