Closed justraman closed 2 years ago
I am poping a notification with a undo button so that the user can change his mind at the last second. I am thinking if we can have an onClose event or something so I can perform an action once after the toast/notification is closed.
undo
notify(...params, onClose: Function)
I am poping a notification with a
undo
button so that the user can change his mind at the last second. I am thinking if we can have an onClose event or something so I can perform an action once after the toast/notification is closed.notify(...params, onClose: Function)