reset method
void
reset()
Reset the call tracking state.
Implementation
void reset() {
_callCount = 0;
_lastContext = null;
}
Reset the call tracking state.
void reset() {
_callCount = 0;
_lastContext = null;
}