onAllowListAddedFromGroup abstract method Null safety
Occurs when one or more group members are added to the allowlist.
Param groupId The group ID.
Param members The member(s) removed from the allowlist.
Implementation
void onAllowListAddedFromGroup(String groupId, List<String> members);