removeAll method

void removeAll (Iterable elements)
override

Throws an UnsupportedError; operations that change the set are disallowed.

Implementation

void removeAll(Iterable elements) => _throw();