muteList property
final
Gets the mute list of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchMuteListFromServer before calling this method.
Implementation
final List<String>? muteList;
Gets the mute list of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchMuteListFromServer before calling this method.
final List<String>? muteList;