getProductImageUrl static method

String getProductImageUrl({
  1. String? vendorUrl,
  2. String? imagePath,
})

Implementation

static String getProductImageUrl({String? vendorUrl, String? imagePath}) =>
    '$vendorUrl/cache/images/$imagePath';