clearHistory method

void clearHistory()

Clear history

Implementation

void clearHistory() {
  _history.clear();
  LavalinkLogger.info('History cleared', tag: 'Player');
}