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