play method

void play()
override

Implementation

void play(){
  _player?.play().then((_){
    _isPlaying = true;
    _updating = false;
  });
}