forumComment abstract method

Future<ForumCommentResponse> forumComment(
  1. {required int commentId}
)

Implementation

Future<ForumCommentResponse> forumComment({
  required int commentId,
});