onClick property - Notification class - dart:html library (original) (raw)
Stream of click
events handled by this Notification.
Implementation
Stream<Event> get onClick => clickEvent.forTarget(this);
Stream of click
events handled by this Notification.
Stream<Event> get onClick => clickEvent.forTarget(this);