void writeCharCode(
int charCode
)

Adds the string representation of charCode to the buffer.

Source

/// Adds the string representation of [charCode] to the buffer.
external void writeCharCode(int charCode);