onError property

Stream<Event> onError

Stream of error events handled by this ApplicationCache.

Implementation

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