I would like to only display a notification the first time a user visits a page. When the notification is closed I would like to set a Boolean value in local storage that I can check before displaying the notifications again.
Is there a mechanism or event for the Notifications that would assist me in doing this? I've read thru the examples and Docs but have not found anything.