markUnread method

Future<void> markUnread()

Mark the item as unread.

This method pertains only to objects which were retrieved via the inbox.

Implementation

Future<void> markUnread() async => await reddit.inbox.markUnread([this]);