onCountOrPropertyChanged property

(void Function(List<ZegoUIKitUser> users)?) onCountOrPropertyChanged
getter/setter pair

This callback method is triggered when the user count or attributes related to these users change.

Implementation

void Function(List<ZegoUIKitUser> users)? onCountOrPropertyChanged;