Stream<Event> onClick

Stream of click events handled by this Notification.

Source

@DomName('Notification.onclick')
@DocsEditable()
Stream<Event> get onClick => clickEvent.forTarget(this);