Writes raw output bytes to the terminal.
bytes
@override void write(List<int> bytes) => _term.write(Uint8List.fromList(bytes).toJS as JSAny);