Writes text to the terminal followed by a newline.
@override void writeln([String text = '']) => write('$text${io.Platform.lineTerminator}');