isPlaying method

dynamic isPlaying()

Implementation

isPlaying() {
  return _player.state == PlayerState.playing;
}