delete method
Implementation
@override
Future<void> delete(ProfileModel value) {
return profileCollection.doc(value.documentID).delete();
}
@override
Future<void> delete(ProfileModel value) {
return profileCollection.doc(value.documentID).delete();
}