clear method

void clear()

Clears the summary buffer and wipes the summary file.

Implementation

void clear() {
  emptyBuffer();
  write(overwrite: true);
}