id property
- @SupportedPlatforms.new(platforms: [WindowsPlatform()])
final
Web notification ID.
Officially Supported Platforms/Implementations:
- Windows WebView2
Use the PlatformWebNotificationControllerCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [WindowsPlatform()])
final String id;