getNoImageUrl static method
DEPRECATED It's better to show the appLogo than a "Image not found" for the user
Implementation
static String getNoImageUrl() {
return appProperties['appLogoUrl'] ?? '';
}
DEPRECATED It's better to show the appLogo than a "Image not found" for the user
static String getNoImageUrl() {
return appProperties['appLogoUrl'] ?? '';
}