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

description

Stream<Event> getonClose

Stream of close events handled by this Notification.

Implementation

Stream<Event> get onClose => closeEvent.forTarget(this);