requestReplyModelsForComment abstract method

Future<List<TComment>?> requestReplyModelsForComment({
  1. required TComment comment,
  2. required int replyPageSize,
})

请求指定评论下的回复(常用于:定位滚到到指定评论)

Implementation

Future<List<TComment>?> requestReplyModelsForComment({
  required TComment comment,
  required int replyPageSize,
});