editSubComment method

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

Implementation

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