gild method

Future<void> gild()

Gild the author of the item.

Implementation

Future<void> gild() async => reddit.post(
    apiPath['gild_thing'].replaceAll(RegExp(r'{fullname}'), fullname), null);