getNoImageUrl static method

String getNoImageUrl()

DEPRECATED It's better to show the appLogo than a "Image not found" for the user

Implementation

static String getNoImageUrl() {
  return appProperties['appLogoUrl'] ?? '';
}