shuffle method

Future shuffle()

shuffle the playlist

Implementation

Future shuffle() {
  return command('playlist-shuffle', []);
}