You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Note: the tag is used to identify the notification, if a notification with the same tag is shown, the previous notification is replaced.
114
+
115
+
For convenient notification access, provide a tag or one will be generated via the [uuid](https://pub.dev/packages/uuid) package, specifically `uuid.v4()`._
116
+
113
117
### Creating a notification with actions
114
118
115
119
Here, we use the `actions` parameter to add actions to the notification. These are filled with `JSNotificationAction` objects.
0 commit comments