Toggle looping for the current item or playlist.
Future<void> setLooping(bool looping) async => _invoke('setLooping', {'loop': looping});