clear method
void
clear()
Clears the summary buffer and wipes the summary file.
Implementation
void clear() {
emptyBuffer();
write(overwrite: true);
}
Clears the summary buffer and wipes the summary file.
void clear() {
emptyBuffer();
write(overwrite: true);
}