onClick property - Notification class - dart:html library (original) (raw)

description

Stream<Event> getonClick

Stream of click events handled by this Notification.

Implementation

Stream<Event> get onClick => clickEvent.forTarget(this);