onWhiteListAddedFromGroup 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 onWhiteListAddedFromGroup(String groupId, List<String> members);