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