onWhiteListAddedFromGroup method Null safety

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

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