Writes an object to the output without a trailing newline.
Used for ANSI escape sequences and inline content.
@override void write(Object? object) { _calls.add('output.write'); }