Writes text to the terminal without adding a trailing newline.
text
@override void write(final String text) => _stdout.write(text);