writes the given string to the console
string
Future writeln([String string = ""]) async { await write(_utf8Encoder.convert('$string\n')); }