clearCallHistory method
void
clearCallHistory()
Clear method call history
Implementation
void clearCallHistory() {
methodCalls.clear();
}
Clear method call history
void clearCallHistory() {
methodCalls.clear();
}