onMuteListRemovedFromGroup method Null safety

void onMuteListRemovedFromGroup(
  1. String groupId,
  2. List<String> mutes
)

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);