getNetworkImage static method
Implementation
static NetworkImage getNetworkImage(String imageNameWithoutContainer) {
return NetworkImage(blobCDNUrl + imageNameWithoutContainer);
}
static NetworkImage getNetworkImage(String imageNameWithoutContainer) {
return NetworkImage(blobCDNUrl + imageNameWithoutContainer);
}