Writes text to the terminal followed by a newline.
@override void writeln([String text = '']) => _output.writeln(text);