onProgressChanged property

(void Function(InAppWebViewController controller, int progress)?) onProgressChanged
final

Event fired when the current progress of loading a page is changed.

Supported Platforms/Implementations:

Implementation

final void Function(InAppWebViewController controller, int progress)?
    onProgressChanged;