onAllowListAddedFromChatRoom property

(void Function(String roomId, List<String> members)?) onAllowListAddedFromChatRoom
final

Occurs when the chat room member(s) is/are added to the allowlist.

Implementation

final void Function(
  String roomId,
  List<String> members,
)? onAllowListAddedFromChatRoom;