removeWhere method
override
Throws an UnsupportedError; operations that change the set are disallowed.
Implementation
void removeWhere(bool test(E element)) => _throw();
Throws an UnsupportedError; operations that change the set are disallowed.
void removeWhere(bool test(E element)) => _throw();