block method

Future<void> block()

Block the user who sent the item.

Note: Reddit does not permit blocking users unless you have a Comment or Message from them in your inbox.

Implementation

Future<void> block() async =>
    await reddit.post(apiPath['block'], {'id': fullname});