void writeCharCode()

in lib/cli_logging.dart [286:288]


  void writeCharCode(int charCode) {
    io.stdout.writeCharCode(charCode);
  }