presenceChannels property

Set<String> presenceChannels

Set of presence channels that are generated from set of channels

Implementation

Set<String> get presenceChannels =>
    channels.map((channel) => '$channel-pnpres').toSet();