onMuteListAddedFromChatRoom property

void Function(String roomId, Map<String, int> mutes)? onMuteListAddedFromChatRoom
final

Occurs when a chat room member(s) is/are added to mute list.

Implementation

final void Function(
  String roomId,
  Map<String, int> mutes,
)? onMuteListAddedFromChatRoom;