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