playingStream property

Stream<bool> playingStream

A stream of changing playing states.

Implementation

Stream<bool> get playingStream => _playingSubject.stream;