playingStream property

Stream<bool> get playingStream

Returns a stream of playing state updates.

Implementation

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