setOnProgress method
Invoked when a page is loading to report the progress.
See PlatformWebViewController.setPlatformNavigationDelegate.
Implementation
Future<void> setOnProgress(ProgressCallback onProgress) {
throw UnimplementedError(
'setOnProgress is not implemented on the current platform.',
);
}