Defines a reply response for any Method requests with urlPattern.
response
urlPattern
void replyANY(RegExp urlPattern, String response) { simulateANY(urlPattern, (u, p) => response); }