MockResponse.unauthorized constructor
Implementation
factory MockResponse.unauthorized(
{body, Map<String, String>? headers, String? statusText}) =>
MockResponse(401, body: body, headers: headers, statusText: statusText);
factory MockResponse.unauthorized(
{body, Map<String, String>? headers, String? statusText}) =>
MockResponse(401, body: body, headers: headers, statusText: statusText);