addSeparator method

void addSeparator()

Adds an HTML thematic break (


) to the summary buffer.

Implementation

void addSeparator() {
  addRaw(_wrap(tag: 'hr'), addEOL: true);
}