PageLoadingCallback typedef

PageLoadingCallback = void Function(int progress)

Signature for when a WebView is loading a page.

Implementation

typedef PageLoadingCallback = void Function(int progress);