getFileStream method

Stream<String> getFileStream()

Returns a stream of file paths opened while the app is running.

Implementation

Stream<String> getFileStream() {
  throw UnimplementedError('getFileStream() has not been implemented.');
}