write method

  1. @override
void write(
  1. String text
)
override

Writes text to the terminal without a trailing newline.

Implementation

@override
void write(String text) => _output.write(text);