onError property

Stream<Event> onError
@DocsEditable(), @DomName('Notification.onerror')

Stream of error events handled by this Notification.

Implementation

@DomName('Notification.onerror')
@DocsEditable()
Stream<Event> get onError => errorEvent.forTarget(this);