webViewController property

InAppWebViewController? webViewController

WebView Controller that can be used to access the InAppWebViewController API. When onExit is fired, this will be null and cannot be used anymore.

Implementation

InAppWebViewController? get webViewController {
  return _isOpened ? _webViewController : null;
}