onWindowFocus property

  1. @override
(void Function(InAppWebViewController controller)?) onWindowFocus
getter/setter pairoverride-getter

Event fired when the JavaScript window object of the WebView has received focus. This is the result of the focus JavaScript event applied to the window object.

Implementation

@override
void Function(InAppWebViewController controller)? onWindowFocus;