webViewController property
WebView Controller that can be used to access the PlatformInAppWebViewController
API.
When onExit
is fired, this will be null
and cannot be used anymore.
Implementation
@override
AndroidInAppWebViewController? get webViewController {
return _isOpened ? _webViewController : null;
}