onPresenceStatusChanged property

(dynamic Function(List<ChatPresence> list)?) onPresenceStatusChanged
final

Occurs when the presence state of a subscribed user changes.

Implementation

final Function(List<ChatPresence> list)? onPresenceStatusChanged;