enableInboxReplies method

Future<void> enableInboxReplies()

Enable inbox replies for the item.

Implementation

Future<void> enableInboxReplies() async =>
    reddit.post(apiPath['sendreplies'], {'id': fullname, 'state': 'true'},
        discardResponse: true);