onFileEdited property

Stream<String> get onFileEdited

Fires when a file is edited. Emits the file path.

Implementation

Stream<String> get onFileEdited => _onFileEdited.stream;