addEOL method

void addEOL()

Adds the operating system-specific end-of-line marker to the buffer.

Implementation

void addEOL() {
  addRaw('', addEOL: true);
}