onUserRemovedFromGroup method Null safety
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);