onLoadStop property

(void Function(T controller, WebUri? url)?) onLoadStop
final

Event fired when the WebView finishes loading an url.

NOTE for Web: If window.location.href isn't accessible inside the iframe, the url parameter will have the current value of the iframe.src attribute.

Officially Supported Platforms/Implementations:

Implementation

final void Function(T controller, WebUri? url)? onLoadStop;