onAllowListRemovedFromChatRoom property
final
Occurs when the chat room member(s) is/are removed from the allowlist.
Implementation
final void Function(
String roomId,
List<String> members,
)? onAllowListRemovedFromChatRoom;
Occurs when the chat room member(s) is/are removed from the allowlist.
final void Function(
String roomId,
List<String> members,
)? onAllowListRemovedFromChatRoom;