removePlaylist method
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) async {
return platform.removePlaylist(playlistId);
}