playing property

Stream<bool> get playing

Implementation

Stream<bool> get playing {
  _checkDisposed();
  return _playingController.stream;
}