writeErr method

void writeErr(
  1. String line
)
inherited

Writes a line to stderr.

Implementation

void writeErr(String line) => _err(line);