Removes all elements in other from this set.
other
Notifies subscribers after removal.
@override void removeAll(Iterable<Object?> other) { _checkLength(() => peek.removeAll(other)); }