setRepresentedFilename static method
Sets the represented file of the window.
This method is only available on macOS.
Implementation
static Future<void> setRepresentedFilename(String filename) async {
WindowManipulator.setRepresentedFilename(filename);
}