onAllowListAddedFromGroup property Null safety
final
Occurs when one or more group members are added to the allowlist.
Implementation
final void Function(
String groupId,
List<String> members,
)? onAllowListAddedFromGroup;
Occurs when one or more group members are added to the allowlist.
final void Function(
String groupId,
List<String> members,
)? onAllowListAddedFromGroup;