id property

String get id

Web notification ID.

Officially Supported Platforms/Implementations:

  • Windows WebView2

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

Implementation

String get id => platform.id;