open method
Implementation
void open(String url) {
String? sourceUrl = document.controller.view.rootController.url;
document.controller.view.handleNavigationAction(sourceUrl, url, KrakenNavigationType.navigate);
}
void open(String url) {
String? sourceUrl = document.controller.view.rootController.url;
document.controller.view.handleNavigationAction(sourceUrl, url, KrakenNavigationType.navigate);
}