clearHistory method
void
clearHistory()
Clear history
Implementation
void clearHistory() {
_playedTrackIds.clear();
player.clearHistory();
}
Clear history
void clearHistory() {
_playedTrackIds.clear();
player.clearHistory();
}