menu
flutter_webview_pro package
documentation
webview_flutter.dart
PageLoadingCallback typedef
PageLoadingCallback typedef
dark_mode
light_mode
PageLoadingCallback
typedef
PageLoadingCallback
=
void Function
(
int
progress
)
Signature for when a
WebView
is loading a page.
Implementation
typedef void PageLoadingCallback(int progress);
flutter_webview_pro package
documentation
webview_flutter
PageLoadingCallback typedef
webview_flutter library