The whole session as a string (see read).
Future<String> readAsString() => read().transform(utf8.decoder).join();