Retains only the elements that satisfy the test
Sync CollectiveSet returns void Async CollectiveSet returns Future<void>
Future<void>
retainWhere(bool Function(E element) test);