reset method

void reset()

Reset the call tracking state.

Implementation

void reset() {
  _callCount = 0;
  _lastContext = null;
}