id property

  1. @SupportedPlatforms.new(platforms: [WindowsPlatform()])
String id
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;