SubscribePresenceOptions constructor
SubscribePresenceOptions({})
Implementation
SubscribePresenceOptions({
required this.channel,
this.membersLimit,
super.onSuccess,
super.onFailed,
void Function(PresenceEvent)? onPresence
}):onPresence = onPresence?? ((_) {});