hasEmptyBody function

Matcher hasEmptyBody()

Matches an HTTP response with an empty body.

Example:

expect(response, hasEmptyBody());

Implementation

Matcher hasEmptyBody() => _HasEmptyBodyMatcher();