onAllowListAddedFromChatRoom method Null safety

void onAllowListAddedFromChatRoom(
  1. String roomId,
  2. List<String> members
)

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);