clear method
Removes all elements from the set.
Notifies subscribers of the change.
Implementation
@override
void clear() {
_checkLength(() => peek.clear());
}
Removes all elements from the set.
Notifies subscribers of the change.
@override
void clear() {
_checkLength(() => peek.clear());
}