reset method

void reset()

Reset call history.

Implementation

void reset() {
  _calls.clear();
}