writeOut method

void writeOut(
  1. String line
)

Writes a line to stdout.

Implementation

void writeOut(String line) => _out(line);