webViewController property

PlatformInAppWebViewController? webViewController

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

PlatformInAppWebViewController? get webViewController {
  throw UnimplementedError(
      'webViewController is not implemented on the current platform');
}