setRepresentedUrl static method

Future<void> setRepresentedUrl(
  1. String url
)

Sets the represented URL of the window.

This method is only available on macOS.

Implementation

static Future<void> setRepresentedUrl(String url) async {
  WindowManipulator.setRepresentedUrl(url);
}