Retains only the elements in the iterable
Sync CollectiveSet returns void Async CollectiveSet returns Future<void>
Future<void>
retainAll(Iterable<Object?> elements);