isLoading method

Future<bool> isLoading()

Check if the WebView instance is in a loading state.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<bool> isLoading() => platform.isLoading();