shopifypluginLocationsGet method
Implementation
Future<chopper.Response<WebApiModulesPluginsShopifyShopifyLocations>>
shopifypluginLocationsGet() {
generatedMapping.putIfAbsent(
WebApiModulesPluginsShopifyShopifyLocations,
() => WebApiModulesPluginsShopifyShopifyLocations.fromJsonFactory,
);
return _shopifypluginLocationsGet();
}