clearHistory method
void
clearHistory()
Clears the operation history and statistics
Implementation
void clearHistory() {
_operationHistory.clear();
_operationCount.clear();
}
Clears the operation history and statistics
void clearHistory() {
_operationHistory.clear();
_operationCount.clear();
}