clearHistory static method
void
clearHistory()
Clear only call history.
Implementation
static void clearHistory() {
_callHistory.clear();
}
Clear only call history.
static void clearHistory() {
_callHistory.clear();
}