requestCommentAnchorPoint abstract method
根据指定评论id 获取其所在的位置(常用于:定位滚到到指定评论)
Implementation
Future<List<CommentAnchorModel>?> requestCommentAnchorPoint(String commentId);
根据指定评论id 获取其所在的位置(常用于:定位滚到到指定评论)
Future<List<CommentAnchorModel>?> requestCommentAnchorPoint(String commentId);