Метод writeCharCode абстрактный метод
void writeCharCode(Записывает символ charCode.
Этот метод эквивалентен write(new String.fromCharCode(charCode)).
Эта операция неблокирующая. Смотрите flush или done, чтобы узнать, как получить любые ошибки, сгенерированные этим вызовом.
Исходный код
void writeCharCode(int charCode);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/IOSink/writeCharCode.html