Stream<Event> onClose

Stream of close events handled by this Notification.

Source

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