addResponse method
Implementation
void addResponse(IntegrationTestHttpResponse response) {
final key = getMapKey(response.path, response.ignoreQuery, response.method);
_permanentResponses[key] = response;
}
void addResponse(IntegrationTestHttpResponse response) {
final key = getMapKey(response.path, response.ignoreQuery, response.method);
_permanentResponses[key] = response;
}