isLoading method
Check if the WebView instance is in a loading state.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- Linux WPE WebKit (Official API - webkit_web_view_is_loading)
- macOS WKWebView
- Web <iframe>
- Windows WebView2
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<bool> isLoading() => platform.isLoading();