unignoreReports method

Future<void> unignoreReports()

Resume receiving Future

Future

Implementation

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