readStream method

  1. @override
Stream<List<int>> readStream(
  1. String path
)

Get the contents of a file as a stream.

Implementation

@override
Stream<List<int>> readStream(String path) => _readStream(path);