Opens a new browser window/tab with the specified URL.
@override void openWindow(String url) => html.window.open(url, '_blank');