removePlaylist method
Used to remove/delete a Playlist
Parameters:
playlistIdis 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.');
}