onAllowListRemovedFromChatRoom property

void Function(String roomId, List<String> members)? onAllowListRemovedFromChatRoom
final

Occurs when the chat room member(s) is/are removed from the allowlist.

Implementation

final void Function(String roomId, List<String> members)?
onAllowListRemovedFromChatRoom;