Sets the represented URL of the window.
This method is only available on macOS.
static Future<void> setRepresentedUrl(String url) async { WindowManipulator.setRepresentedUrl(url); }