PageStartedCallback typedef
PageStartedCallback =
void Function(String url)
Signature for when a WebView
has started loading a page.
Implementation
typedef void PageStartedCallback(String url);
Signature for when a WebView
has started loading a page.
typedef void PageStartedCallback(String url);