menu
cdx_comments package
documentation
services/comment_service.dart
CommentService
postComment abstract method
postComment abstract method
dark_mode
light_mode
postComment
abstract method
Future
<
Comment
?
>
postComment
(
Comment
comment
,
CommentConfig
config
)
Post a new comment
Implementation
Future<Comment?> postComment(Comment comment, CommentConfig config);
cdx_comments package
documentation
services/comment_service
CommentService
postComment abstract method
CommentService class