onWhiteListRemovedFromGroup method Null safety

void onWhiteListRemovedFromGroup(
  1. String groupId,
  2. List<String> members
)

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);