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