getPlaylists method

Future getPlaylists()

Implementation

Future getPlaylists() async {
  return act("playlistRequestAll");
}