writeCharCode method

  1. @override
void writeCharCode(
  1. int charCode
)
inherited

Print a character code to stdout, without a trailing newline.

Implementation

@override
void writeCharCode(int charCode) => _logger.writeCharCode(charCode);