onProgressChanged property
Event fired when the current progress
of loading a page is changed.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onProgressChanged)
- iOS
- MacOS
Implementation
final void Function(T controller, int progress)? onProgressChanged;