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