remove method

Future<void> remove(
  1. dynamic redditor
)

Remove an editor from this WikiPageRef.

Implementation

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