onFileChangedOutput property

  1. @Output('fileChange')
Stream<File> get onFileChangedOutput

Implementation

@Output('fileChange')
Stream<dom.File> get onFileChangedOutput => _fileController.stream;