Removes all elements in the iterable from the set
Sync CollectiveSet returns void Async CollectiveSet returns Future<void>
Future<void>
removeWhere(bool Function(E element) test);