Skip to main content

fileStream property

Stream fileStream

This function returns the stream of files.

params: None.

returns:

  • Stream<dynamic>: Stream of files.

Implementation

Stream get fileStream => _fileStream;