DeleteProfilePhoto constructor

const DeleteProfilePhoto({
  1. required int profilePhotoId,
})

Deletes a profile photo

Implementation

const DeleteProfilePhoto({
  required this.profilePhotoId,
});