throwsApiRequestException function
Matcher
throwsApiRequestException([
- Matcher? errorMatcher
Implementation
Matcher throwsApiRequestException([Matcher? errorMatcher]) =>
throwsA(allOf(isA<ApiRequestException>(), errorMatcher));