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