@override void setLooping(bool looping) { _isLooping = looping; _player.setPlaylistMode(looping ? PlaylistMode.single : PlaylistMode.none); }