add method

Future<void> add(
  1. dynamic redditor
)

Add an editor to this WikiPageRef.

Implementation

Future<void> add(/* RedditorRef, String */ redditor) async =>
    _addRemoveHelper(_redditorNameHelper(redditor), 'add');