Start Playing video or videos
Future<void> play() async { isPlay.value = true; await _player.play(); }