remove video from the given list of videos by index
Future<void> remove(int index) async => await _player.remove(index);