onDidSaveDocument property

Stream<String> get onDidSaveDocument

Fires when a document is saved. Emits the document URI.

Implementation

Stream<String> get onDidSaveDocument => _onDidSaveDocument.stream;