Writes an object to the output followed by a newline.
Used for complete lines of content.
@override void writeln([Object? object = '']) => throw Exception('ErrorTerminal: writeln');