remove method

Future<void> remove()

Removes the message from the recipient's view of their inbox.

Implementation

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