requestCommentAnchorPoint abstract method

Future<List<CommentAnchorModel>?> requestCommentAnchorPoint(
  1. String commentId
)

根据指定评论id 获取其所在的位置(常用于:定位滚到到指定评论)

Implementation

Future<List<CommentAnchorModel>?> requestCommentAnchorPoint(String commentId);