shopifypluginValidateshopifyurlPost method
Future<Response<WebApiModulesPluginsShopifyValidateShopURLResponse> >
shopifypluginValidateshopifyurlPost({
- required WebApiModulesPluginsShopifyValidateShopURLRequest? body,
Implementation
Future<chopper.Response<WebApiModulesPluginsShopifyValidateShopURLResponse>>
shopifypluginValidateshopifyurlPost({
required WebApiModulesPluginsShopifyValidateShopURLRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesPluginsShopifyValidateShopURLResponse,
() => WebApiModulesPluginsShopifyValidateShopURLResponse.fromJsonFactory,
);
return _shopifypluginValidateshopifyurlPost(body: body);
}