setDocumentUnedited static method

Future<void> setDocumentUnedited()

Sets the document to be unedited.

This method is only available on macOS.

Implementation

static Future<void> setDocumentUnedited() async {
  WindowManipulator.setDocumentUnedited();
}