setOnProgress method

Future<void> setOnProgress(
  1. ProgressCallback onProgress
)

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.');
}