refCount method
Connects to the source only if there is more than one subscriber.
Implementation
Observable<T> refCount() => RefCountObservable<T>(this);
Connects to the source only if there is more than one subscriber.
Observable<T> refCount() => RefCountObservable<T>(this);