clearMocks method

void clearMocks()

Implementation

void clearMocks() {
  _mocks.clear();
  _mockCallIndexes.clear();
}