boot method
- @mustCallSuper
Implementation
@mustCallSuper
void boot() {
if (_booted) return;
_booted = true;
MemoryScratch._initialize();
_registerBuiltins();
}
@mustCallSuper
void boot() {
if (_booted) return;
_booted = true;
MemoryScratch._initialize();
_registerBuiltins();
}