onPresenceStatusChanged method Null safety
- List<
ChatPresence> list
Occurs when the presence state of a subscribed user changes.
Param list The new presence state of a subscribed user.
Implementation
void onPresenceStatusChanged(List<ChatPresence> list) {}