writeCharCode method Null safety
- int charCode
Writes the character represented by charCode.
Equivalent to write(String.fromCharCode(charCode)).
Implementation
void writeCharCode(int charCode);
Writes the character represented by charCode.
Equivalent to write(String.fromCharCode(charCode)).
void writeCharCode(int charCode);