simulateANY method
Defines simulated response
for urlPattern
for any Method.
Implementation
void simulateANY(RegExp urlPattern, SimulateResponse response) {
_anyPatterns[urlPattern] = response;
}
Defines simulated response
for urlPattern
for any Method.
void simulateANY(RegExp urlPattern, SimulateResponse response) {
_anyPatterns[urlPattern] = response;
}