onProgressChanged property

  1. @override
void Function(InAppWebViewController controller, int progress)? onProgressChanged
final

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

Supported Platforms/Implementations:

Implementation

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