clear abstract method

dynamic clear()

Clears the set, removing all elements

Sync CollectiveList returns void Async CollectiveList returns Future<void>

Implementation

clear();