stopLoading method

Future<void> stopLoading()

Stops the WebView from loading.

Officially Supported Platforms/Implementations:

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

Implementation

Future<void> stopLoading() => platform.stopLoading();