write method

  1. @override
void write(
  1. Object? object
)
override

Writes an object to the output without a trailing newline.

Used for ANSI escape sequences and inline content.

Implementation

@override
void write(Object? object) {
  _calls.add('output.write');
}