getProgress method

Future<int?> getProgress()

Gets the progress for the current page. The progress value is between 0 and 100.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<int?> getProgress() => platform.getProgress();