requestCommentModels_untilCommentSize abstract method

Future<CommentsResultInfo<TComment>?> requestCommentModels_untilCommentSize({
  1. required String bizId,
  2. required int commentPageSize,
})

从头请求指定个数的一层评论(常用于:定位滚到到指定评论)

Implementation

Future<CommentsResultInfo<TComment>?> requestCommentModels_untilCommentSize({
  required String bizId,
  required int commentPageSize,
});