WebViewCreatedCallback typedef
WebViewCreatedCallback =
void Function(WebViewController controller)
Optional callback invoked when a web view is first created. controller
is
the WebViewController for the created web view.
Implementation
typedef void WebViewCreatedCallback(WebViewController controller);