Removes all elements that satisfy the test condition.
test
Sync CollectiveQueue returns void Async CollectiveQueue returns Future<void>
Future<void>
removeWhere(bool Function(E element) test);