onError property

Get the most recent StreamError the StreamSubscription emitted.

The value of onError gets updated right after the error handling routine of this StreamSubscriptionNotifier.

Implementation

@override
EmptyValueListenable<StreamError> get onError => _onErrorNotifier;