forumComments abstract method

Future<ForumCommentsResponse> forumComments(
  1. {int page = 0,
  2. ForumCommentsSortPattern sortPattern = ForumCommentsSortPattern.newest,
  3. int topicId = -1}
)

Implementation

Future<ForumCommentsResponse> forumComments({
  int page = 0,
  ForumCommentsSortPattern sortPattern = ForumCommentsSortPattern.newest,
  int topicId = -1,
});