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

description

Stream<Event> getonError

Stream of error events handled by this Notification.

Implementation

Stream<Event> get onError => errorEvent.forTarget(this);