findAllPlaylists abstract method

Future<FindPlaylistsResponse> findAllPlaylists()

Returns a FindPlaylistsResponse with all the playlists

Upon success a list of playlists is provided and error is set to null

In case of error a ResponseError is set and no playlist list is provided

Implementation

Future<FindPlaylistsResponse> findAllPlaylists();