onClose property
Stream of close
events handled by this Notification.
Implementation
Stream<Event> get onClose => closeEvent.forTarget(this);
Stream of close
events handled by this Notification.
Stream<Event> get onClose => closeEvent.forTarget(this);