PageFinishedCallback typedef

PageFinishedCallback = void Function(String url)

Signature for when a WebView has finished loading a page.

Implementation

typedef void PageFinishedCallback(String url);