PageStartedCallback typedef

PageStartedCallback = void Function(String url)

Signature for when a WebView has started loading a page.

Implementation

typedef PageStartedCallback = void Function(String url);