deleteComment method

dynamic deleteComment({
  1. required CommentDTO dto,
  2. required int mainCommentId,
  3. String? postId,
  4. dynamic String,
})

Implementation

deleteComment(
    {required CommentDTO dto,
    required int mainCommentId,
    String? postId,
    String}) {}