isInitDone static method
Implementation
static bool isInitDone() {
try {
ImageBoxService._imageStore!.cachedImageBox.findByName('');
return true;
} catch (e) {
return false;
}
}
static bool isInitDone() {
try {
ImageBoxService._imageStore!.cachedImageBox.findByName('');
return true;
} catch (e) {
return false;
}
}