getVendorLogoUrl static method

String getVendorLogoUrl({
  1. String? logoPath,
})

Implementation

static String getVendorLogoUrl({String? logoPath}) =>
    '${FlavorConfig.config.vendorsUrl}api/v1/cache/images/logos/$logoPath';