verifyInit method
Implementation
bool verifyInit() {
if (!_initCalled) {
throw ('hcUpgrade: initialize() not called. Must be called first.');
}
return true;
}
bool verifyInit() {
if (!_initCalled) {
throw ('hcUpgrade: initialize() not called. Must be called first.');
}
return true;
}