onMuteListRemovedFromGroup method Null safety
Occurs when members are removed from the mute list of the group.
Param groupId
The group ID.
Param mutes
The members to be removed from the mute list.
Implementation
void onMuteListRemovedFromGroup(String groupId, List<String> mutes);