menu
cdx_comments package
documentation
services/comment_service.dart
CommentService
fetchReplies abstract method
fetchReplies abstract method
dark_mode
light_mode
fetchReplies
abstract method
Future
<
List
<
Comment
>
>
fetchReplies
(
String
commentId
,
int
page
)
Fetch replies for a comment
Implementation
Future<List<Comment>> fetchReplies(String commentId, int page);
cdx_comments package
documentation
services/comment_service
CommentService
fetchReplies abstract method
CommentService class