openWindow method

  1. @override
void openWindow(
  1. String url
)
override

Opens a new browser window/tab with the specified URL.

Implementation

@override
void openWindow(String url) => html.window.open(url, '_blank');