menu
libprolog package
documentation
libprolog.dart
StderrStream
writeChar method
writeChar method
dark_mode
light_mode
writeChar
method
@
override
void
writeChar
(
String
char
)
override
Writes a character.
Implementation
@override void writeChar(final String char) { _stderr.write(char); }
libprolog package
documentation
libprolog
StderrStream
writeChar method
StderrStream class