setRepresentedFilename static method

Future<void> setRepresentedFilename(
  1. String filename
)

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);
}