onClose property

Stream<Event> onClose
@DocsEditable(), @DomName('Notification.onclose')

Stream of close events handled by this Notification.

Implementation

@DomName('Notification.onclose')
@DocsEditable()
Stream<Event> get onClose => closeEvent.forTarget(this);