onRequestFocus property

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

Request display and focus for this WebView. This may happen due to another WebView opening a link in this WebView and requesting that this WebView be displayed.

Supported Platforms/Implementations:

Implementation

@override
void Function(InAppWebViewController controller)? onRequestFocus;