playingStream property

Stream<bool> get playingStream

Stream of playing state updates

Implementation

Stream<bool> get playingStream => _player.playingStream;