addEOL method
void
addEOL()
Adds the operating system-specific end-of-line marker to the buffer.
Implementation
void addEOL() {
addRaw('', addEOL: true);
}
Adds the operating system-specific end-of-line marker to the buffer.
void addEOL() {
addRaw('', addEOL: true);
}