onAllowListRemovedFromGroup property

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

Occurs when one or more members are removed from the allowlist.

Implementation

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