reset function
void
reset(
- dynamic mock
Clear stubs of, and collected interactions with mock
.
Implementation
void reset(var mock) {
mock._realCalls.clear();
mock._responses.clear();
}
Clear stubs of, and collected interactions with mock
.
void reset(var mock) {
mock._realCalls.clear();
mock._responses.clear();
}