onActionRejected method
On user has rejected report
Implementation
void onActionRejected(Report report) {
_reportModeAction.onActionRejected(report);
}
On user has rejected report
void onActionRejected(Report report) {
_reportModeAction.onActionRejected(report);
}