WebBrowserNavigationEvent constructor

WebBrowserNavigationEvent(
  1. WebBrowserController controller,
  2. String url
)

Implementation

WebBrowserNavigationEvent(this.controller, this.url);