clear method

Future<void> clear()

Remove all link flair templates from the subreddit.

Implementation

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