onAllowListAddedFromGroup property

(void Function(String groupId, List<String> members)?) onAllowListAddedFromGroup
final

Occurs when one or more group members are added to the allowlist.

Implementation

final void Function(
  String groupId,
  List<String> members,
)? onAllowListAddedFromGroup;