ignoreElements method
Ignores all items emitted by this Observable and only passes errors and completion events.
Implementation
Observable<T> ignoreElements() => IgnoreElementsObservable<T>(this);
Ignores all items emitted by this Observable and only passes errors and completion events.
Observable<T> ignoreElements() => IgnoreElementsObservable<T>(this);