clear method

void clear ()

Implementation

void clear() {
  // TODO(sra): Do this without reading the classes.
  modify((s) => s.clear());
}