delete method

Future delete({
  1. bool hardDelete = false,
})

Delete Amity Post

Implementation

Future delete({bool hardDelete = false}) {
  return serviceLocator<PostDeleteUseCase>().get(postId!);
}