windowId property

int? get windowId
inherited

The window id of a CreateWindowAction.windowId.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView
  • Windows WebView2
  • Linux WPE WebKit

Use the PlatformInAppBrowser.isPropertySupported method to check if this property is supported at runtime.

Implementation

int? get windowId => platform.windowId;