onAllowListRemovedFromChatRoom abstract method Null safety
Occurs when the chat room member(s) is removed from the allowlist.
Param roomId The chatroom ID.
Param members The member(s) is removed from the allowlist.
Implementation
void onAllowListRemovedFromChatRoom(String roomId, List<String> members);