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

EmptyValueListenable<StreamError> get onError;