PageLoadingCallback typedef

PageLoadingCallback = void Function(int progress)

Signature for when a WebView is loading a page.

Implementation

typedef void PageLoadingCallback(int progress);