removeAll abstract method

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

Removes all elements in the iterable from the set

Sync CollectiveSet returns void Async CollectiveSet returns Future<void>

Implementation

removeAll(Iterable<Object?> elements);