Skip to main content

fileStream property

Stream fileStream

<p>This function returns the stream of files.</p> <p>params: None.</p> <p>returns:</p> <ul> <li><code>Stream<dynamic></code>: Stream of files.</li> </ul>

Implementation

Stream get fileStream =\> _fileStream;