hasEmptyBody function
Matcher
hasEmptyBody()
Matches an HTTP response with an empty body.
Example:
expect(response, hasEmptyBody());
Implementation
Matcher hasEmptyBody() => _HasEmptyBodyMatcher();
Matches an HTTP response with an empty body.
Example:
expect(response, hasEmptyBody());
Matcher hasEmptyBody() => _HasEmptyBodyMatcher();