putStream abstract method

Future<void> putStream(
  1. String path,
  2. Stream<List<int>> stream
)

Saves the given stream to the given path on the disk.

Implementation

Future<void> putStream(String path, Stream<List<int>> stream);