onMuteListRemovedFromGroup property

(void Function(String groupId, List<String> mutes)?) onMuteListRemovedFromGroup
final

Occurs when one or more group members are unmuted.

Implementation

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