deleteComment method

dynamic deleteComment(
  1. int id
)

This method is used to delete a Comment

Implementation

deleteComment(int id) async => _makePostRequest('delete_comment/$id');