Sends text followed by a newline character.
text
Future<void> writeln(String text) => write('$text\n');