stopLoading method

Future<void> stopLoading()

Stops the WebView from loading.

NOTE for Web: this method will have effect only if the iframe has the same origin.

Officially Supported Platforms/Implementations:

Implementation

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