notification property

  1. @SupportedPlatforms.new(platforms: [WindowsPlatform()])
WebNotification notification
final

The notification data.

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 WebNotification notification;