setOnProgress method

  1. @override
Future<void> setOnProgress(
  1. ProgressCallback onProgress
)

Invoked when a page is loading to report the progress.

See PlatformWebViewController.setPlatformNavigationDelegate.

Implementation

@override
Future<void> setOnProgress(ProgressCallback onProgress) async {
  log("[webview_win_floating] ProgressCallback not support");
}