storeIds static method

GeoTargeting storeIds(
  1. List<String> storeIds
)

Implementation

static GeoTargeting storeIds(List<String> storeIds) {
  return GeoTargeting._({'storeIds': List<String>.from(storeIds)});
}