normalizeSource method

String normalizeSource(
  1. String code
)
inherited

Normalizes newlines in code for the current platform.

Implementation

String normalizeSource(String code) => normalizeNewlinesForPlatform(code);