onVcsFileChanged property

Stream<JetbrainsVcsFileStatus> get onVcsFileChanged

Fires when a VCS file status changes.

Implementation

Stream<JetbrainsVcsFileStatus> get onVcsFileChanged =>
    _onVcsFileChanged.stream;