onPresenceStatusChanged property
final
Occurs when the presence state of a subscribed user changes.
Implementation
final Function(List<ChatPresence> list)? onPresenceStatusChanged;
Occurs when the presence state of a subscribed user changes.
final Function(List<ChatPresence> list)? onPresenceStatusChanged;