ignoreError property

  1. @override
bool ignoreError
final

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

@override
final bool ignoreError;