refCount abstract method

  1. @override
DistinctValueStream<T> refCount()

Returns a Stream that stays connected to this ConnectableStream as long as there is at least one subscription to this ConnectableStream.

Implementation

@override
DistinctValueStream<T> refCount();