onLoadStart property

void Function(InlineWebViewMacOsController controller, Uri? url)? onLoadStart
final

Event fired when the WebView starts to load an url.

Supported Platforms/Implementations:

Implementation

final void Function(InlineWebViewMacOsController controller, Uri? url)?
    onLoadStart;