onAllowListRemovedFromGroup property Null safety
final
Occurs when one or more members are removed from the allowlist.
Implementation
final void Function(
String groupId,
List<String> members,
)? onAllowListRemovedFromGroup;
Occurs when one or more members are removed from the allowlist.
final void Function(
String groupId,
List<String> members,
)? onAllowListRemovedFromGroup;