boot static method

void boot()

Implementation

static void boot() {
  if (_boot) return;
  _boot = true;

  AsyncEvent.boot();
  Json.boot();
}