onError property
Stream of error
events handled by this Notification.
Implementation
Stream<Event> get onError => errorEvent.forTarget(this);
Stream of error
events handled by this Notification.
Stream<Event> get onError => errorEvent.forTarget(this);