removeWhere method

Object? removeWhere(
  1. bool test(
    1. E element
    )
)
inherited

Removes all elements in the iterable from the set

Sync CollectiveSet returns void Async CollectiveSet returns Future<void>