tag property

String? tag
getter/setter pair

Identifier used to replace existing notifications in the notification drawer.

If not specified, each request creates a new notification. If specified and a notification with the same tag is already being shown, the new notification replaces the existing one in the notification drawer.

Implementation

core.String? tag;