ignoreError property

bool ignoreError

True if this StreamSubscriptionNotifier should ignore it if the underlying StreamSubscription emits an error.

onError will still get updates, but the StreamSubscriptionNotifier will not cancel the StreamSubscription, nor will it remove it's listeners.

Implementation

bool get ignoreError;