boot static method

void boot()

Implementation

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

  JsonDecoder.registerTypeDecoder(Time, (o, d, t) => Time.from(o));
}