shopifypluginLocationsGet method

Future<Response<WebApiModulesPluginsShopifyShopifyLocations>> shopifypluginLocationsGet()

Implementation

Future<chopper.Response<WebApiModulesPluginsShopifyShopifyLocations>>
shopifypluginLocationsGet() {
  generatedMapping.putIfAbsent(
    WebApiModulesPluginsShopifyShopifyLocations,
    () => WebApiModulesPluginsShopifyShopifyLocations.fromJsonFactory,
  );

  return _shopifypluginLocationsGet();
}