@override Future<void> setShouldAutoplay(String playerId, bool isAutoplay) { return _api.setShouldAutoplay(playerId, isAutoplay); }