requestCommentModels_untilCommentSize abstract method
从头请求指定个数的一层评论(常用于:定位滚到到指定评论)
Implementation
Future<CommentsResultInfo<TComment>?> requestCommentModels_untilCommentSize({
required String bizId,
required int commentPageSize,
});
从头请求指定个数的一层评论(常用于:定位滚到到指定评论)
Future<CommentsResultInfo<TComment>?> requestCommentModels_untilCommentSize({
required String bizId,
required int commentPageSize,
});