removePlaylist method

Future<bool> removePlaylist(
  1. int playlistId
)
inherited

Used to remove/delete a Playlist

Parameters:

  • playlistId is used to check if Playlist exist.

Platforms:

Android IOS Web
✔️

See more about platforms support

Implementation

Future<bool> removePlaylist(int playlistId) {
  throw UnimplementedError('removePlaylist() has not been implemented.');
}