Removes each element of elements from this set.
elements
void removeAll(Iterable<Object> elements) => _inner.removeAll(elements);