deleteArticlePhotos method
Implementation
@override
Future<bool> deleteArticlePhotos({required String localPhotoFolderPath}) {
return _$deleteArticlePhotosAsyncAction.run(() =>
super.deleteArticlePhotos(localPhotoFolderPath: localPhotoFolderPath));
}