boot method

  1. @mustCallSuper
void boot()

Implementation

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