onWhiteListRemovedFromChatRoom 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 onWhiteListRemovedFromChatRoom(String roomId, List<String> members);