onLoadResource property
void Function(InAppWebViewController controller, LoadedResource resource)?
onLoadResource
getter/setter pairoverride-getter
Event fired when the WebView loads a resource.
NOTE: In order to be able to listen this event, you need to set InAppWebViewOptions.useOnLoadResource and InAppWebViewOptions.javaScriptEnabled options to true.
Implementation
@override
void Function(InAppWebViewController controller, LoadedResource resource)?
onLoadResource;