addMock method

void addMock(
  1. MockConfig config
)

Implementation

void addMock(MockConfig config) {
  mockConfig.add(config);
}