FileStreamToFileExt extension

Stream to file helper

on

Methods

writeStream(Stream<List<int>> stream) → Future<File>

Available on File, provided by the FileStreamToFileExt extension

Write the content of stream to this file, creating the parent directory if missing. See streamToFile.