normalizeLineBreaks method

String normalizeLineBreaks()

replaces all windows (CRLF) and old mac (CR) line breaks with normal (LF)

Implementation

String normalizeLineBreaks() => replaceLineBreaks('\n');