removeWhere method

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

Removes all elements that satisfy the test condition.

Sync CollectiveQueue returns void Async CollectiveQueue returns Future<void>