matches method

  1. @override
bool matches(
  1. RequestOptions ongoingRequest,
  2. Request matcher
)
override

Implementation

@override
bool matches(RequestOptions ongoingRequest, Request matcher) {
  return ongoingRequest.matchesRequest(matcher, needsExactBody);
}