shopifypluginUninstallThemeLocationLocationidPost method
Future<Response<WebApiModulesIntegrationsShopifyShopifyUninstallThemeResponse> >
shopifypluginUninstallThemeLocationLocationidPost({
- required String? locationid,
@param locationid
Implementation
Future<
chopper.Response<
WebApiModulesIntegrationsShopifyShopifyUninstallThemeResponse
>
>
shopifypluginUninstallThemeLocationLocationidPost({
required String? locationid,
}) {
generatedMapping.putIfAbsent(
WebApiModulesIntegrationsShopifyShopifyUninstallThemeResponse,
() => WebApiModulesIntegrationsShopifyShopifyUninstallThemeResponse
.fromJsonFactory,
);
return _shopifypluginUninstallThemeLocationLocationidPost(
locationid: locationid,
);
}