deleteSubComment method

dynamic deleteSubComment({
  1. required SubCommentDTO dto,
  2. required int mainCommentId,
  3. String? postId,
})

Implementation

deleteSubComment(
    {required SubCommentDTO dto,
    required int mainCommentId,
    String? postId}) {}