getDynamicClientLogoUrl static method

String getDynamicClientLogoUrl(
  1. int clientType
)

Implementation

static String getDynamicClientLogoUrl(int clientType) {
  return clientLogoUrls[clientType] ??
      'https://s3bucket.onthecloud.in:9000/apkupdates/images/vega_logo.svg';
}