menu
cdx_comments package
documentation
services/comment_service.dart
CommentService
toggleLikeComment abstract method
toggleLikeComment abstract method
dark_mode
light_mode
toggleLikeComment
abstract method
Future
<
Comment
?
>
toggleLikeComment
(
String
commentId
)
Toggle like on a comment
Implementation
Future<Comment?> toggleLikeComment(String commentId);
cdx_comments package
documentation
services/comment_service
CommentService
toggleLikeComment abstract method
CommentService class