setDocumentUnedited static method
Sets the document to be unedited.
Implementation
static Future<void> setDocumentUnedited() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('setDocumentUnedited');
}
Sets the document to be unedited.
static Future<void> setDocumentUnedited() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('setDocumentUnedited');
}