presenceChannelGroups property

Set<String> presenceChannelGroups

Set of presence channel groups that are generated from set of channel groups

Implementation

Set<String> get presenceChannelGroups =>
    channelGroups.map((channelGroup) => '$channelGroup-pnpres').toSet();