DeleteProfilePhoto constructor
      const
      DeleteProfilePhoto({ 
    
- required int profilePhotoId,
Deletes a profile photo
Implementation
const DeleteProfilePhoto({
  required this.profilePhotoId,
});Deletes a profile photo
const DeleteProfilePhoto({
  required this.profilePhotoId,
});