clear method Null safety
inherited
Removes all elements from the set.
Implementation
void clear() {
// TODO(sra): Do this without reading the classes.
modify((s) => s.clear());
}
Removes all elements from the set.
void clear() {
// TODO(sra): Do this without reading the classes.
modify((s) => s.clear());
}