ignoreReports method

Future<void> ignoreReports()

Ignore Future

Prevents Future

Implementation

Future<void> ignoreReports() async => content.reddit.post(
    apiPath['ignore_reports'], <String, String>{'id': content.fullname!},
    discardResponse: true);