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