refCount abstract method

  1. @override
StateStream<T> refCount()
override

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

Implementation

@override
StateStream<T> refCount();