menu
cdx_comments package
documentation
services/comment_service.dart
CommentService
deleteComment abstract method
deleteComment abstract method
dark_mode
light_mode
deleteComment
abstract method
Future
<
void
>
deleteComment
(
String
commentId
)
Delete a comment
Implementation
Future<void> deleteComment(String commentId);
cdx_comments package
documentation
services/comment_service
CommentService
deleteComment abstract method
CommentService class