onRequestIgnored method

void onRequestIgnored(
  1. String method,
  2. dynamic arguments
)

Called when a callback is ignored because it does not match the active request.

Implementation

void onRequestIgnored(String method, dynamic arguments) {}