setDocumentUnedited static method
Sets the document to be unedited.
This method is only available on macOS.
Implementation
static Future<void> setDocumentUnedited() async {
WindowManipulator.setDocumentUnedited();
}
Sets the document to be unedited.
This method is only available on macOS.
static Future<void> setDocumentUnedited() async {
WindowManipulator.setDocumentUnedited();
}