deleteArticlePhotos method

  1. @override
Future<bool> deleteArticlePhotos({
  1. required String localPhotoFolderPath,
})
inherited

Implementation

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