onUserRemovedFromGroup method Null safety

void onUserRemovedFromGroup(
  1. String groupId,
  2. String? groupName
)

Occurs when the current user is removed from the group by the group admin.

Param groupId The group ID.

Param groupName The group name.

Implementation

void onUserRemovedFromGroup(String groupId, String? groupName);