findAllPlaylistIds abstract method

Future<FindPlaylistIdsResponse> findAllPlaylistIds()

Returns a FindPlaylistIdsResponse with all the playlist id's

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

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

Implementation

Future<FindPlaylistIdsResponse> findAllPlaylistIds();