clearHistory method

void clearHistory()

Clear history

Implementation

void clearHistory() {
  _playedTrackIds.clear();
  player.clearHistory();
}