retainAll abstract method

dynamic retainAll(
  1. Iterable<Object?> elements
)

Retains only the elements in the iterable

Sync CollectiveSet returns void Async CollectiveSet returns Future<void>

Implementation

retainAll(Iterable<Object?> elements);