onMuteListRemovedFromGroup method Null safety

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

Occurs when one or more group members are unmuted.

Param groupId The group ID.

Param mutes The member(s) added to the mute list.

Implementation

void onMuteListRemovedFromGroup(String groupId, List<String> mutes);