Saves the given stream to the given path on the disk.
Future<void> putStream(String path, Stream<List<int>> stream);