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