simulatePOST method
Defines POST simulated response
for urlPattern
.
Implementation
void simulatePOST(RegExp urlPattern, SimulateResponse response) {
_postPatterns[urlPattern] = response;
}
Defines POST simulated response
for urlPattern
.
void simulatePOST(RegExp urlPattern, SimulateResponse response) {
_postPatterns[urlPattern] = response;
}