reset method

void reset()

Implementation

void reset() {
  for (var mock in _mocks.values) {
    mock.reset();
  }
}