openWindow method
Opens a new browser window or tab with the specified URL.
Implementation
void openWindow(String url) {
throw UnimplementedError("openWindow() has not been implemented.");
}
Opens a new browser window or tab with the specified URL.
void openWindow(String url) {
throw UnimplementedError("openWindow() has not been implemented.");
}