id property
WebView Environment ID.
Officially Supported Platforms/Implementations:
- Windows WebView2
- Linux WPE WebKit
Use the PlatformWebViewEnvironment.isPropertySupported method to check if this property is supported at runtime.
Implementation
String get id => platform.id;