menu
cdx_comments package
documentation
services/comment_service.dart
CommentService
sendReportComment abstract method
sendReportComment abstract method
dark_mode
light_mode
sendReportComment
abstract method
Future
<
void
>
sendReportComment
(
String
commentId
,
String
reasonId
)
Send a report for a comment
Implementation
Future<void> sendReportComment(String commentId, String reasonId);
cdx_comments package
documentation
services/comment_service
CommentService
sendReportComment abstract method
CommentService class