clearCallHistory method

void clearCallHistory()

Clear method call history

Implementation

void clearCallHistory() {
  methodCalls.clear();
}