onPresenceStatusChanged method Null safety
- List<
EMPresence> 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<EMPresence> list) {}