clear method

Future<void> clear()

Remove all Redditor flair templates from the subreddit.

Implementation

Future<void> clear() async => _clear(false);