getNetworkImage static method

NetworkImage getNetworkImage(
  1. String imageNameWithoutContainer
)

Implementation

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