onWhiteListAddedFromGroup method Null safety
Occurs when one or more group members are added to the allow list.
Param groupId
The group ID.
Param members
The members that are added to the allow list.
Implementation
void onWhiteListAddedFromGroup(String groupId, List<String> members);