errorStream property

Stream<PageEvent<ErrorType, PageType>> errorStream

Stream of error events

Subscribe to it to get notified when a page has failed

Implementation

Stream<PageEvent<ErrorType, PageType>> get errorStream =>
    _errorController.stream;