menu
cdx_comments package
documentation
services/comment_service.dart
CommentService
postReply abstract method
postReply abstract method
dark_mode
light_mode
postReply
abstract method
Future
<
Comment
?
>
postReply
(
Comment
comment
)
Post a reply to a comment
Implementation
Future<Comment?> postReply(Comment comment);
cdx_comments package
documentation
services/comment_service
CommentService
postReply abstract method
CommentService class