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