savePlaylist abstract method

Future<SavePlaylistResponse> savePlaylist(
  1. Playlist playlist, {
  2. List<String> shaderIds,
})

Saves a Playlist and optionally the playlist shaders

On success the Playlist and optionally the playlist shaders are saved

In case of error a ResponseError is set on SavePlaylistResponse

Implementation

Future<SavePlaylistResponse> savePlaylist(Playlist playlist,
    {List<String> shaderIds});