onAllowListAddedFromChatRoom property Null safety
final
Occurs when the chat room member(s) is added to the allowlist.
Implementation
final void Function(
String roomId,
List<String> members,
)? onAllowListAddedFromChatRoom;
Occurs when the chat room member(s) is added to the allowlist.
final void Function(
String roomId,
List<String> members,
)? onAllowListAddedFromChatRoom;