Future<String> byteStreamToString(Stream<List<int>> stream) => (stream as ByteStream).bytesToString();