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