sendReportComment abstract method

Future<void> sendReportComment(
  1. String commentId,
  2. String reasonId
)

Send a report for a comment

Implementation

Future<void> sendReportComment(String commentId, String reasonId);