cachedImageBoxCheckInit static method
Implementation
static CachedImageBox cachedImageBoxCheckInit() {
if (ImageBoxService._imageStore != null) {
return ImageBoxService._imageStore!.cachedImageBox;
} else {
throw Exception('ImageStore not initilized,');
}
}