clearPlaylist method

Future clearPlaylist()

clears the playlist

Implementation

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