shopifypluginValidateshopifyurlPost method

Future<Response<WebApiModulesPluginsShopifyValidateShopURLResponse>> shopifypluginValidateshopifyurlPost({
  1. required WebApiModulesPluginsShopifyValidateShopURLRequest? body,
})

Implementation

Future<chopper.Response<WebApiModulesPluginsShopifyValidateShopURLResponse>>
shopifypluginValidateshopifyurlPost({
  required WebApiModulesPluginsShopifyValidateShopURLRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesPluginsShopifyValidateShopURLResponse,
    () => WebApiModulesPluginsShopifyValidateShopURLResponse.fromJsonFactory,
  );

  return _shopifypluginValidateshopifyurlPost(body: body);
}