current static method

AppBootstrap current()

Implementation

static AppBootstrap current() {
  return _current ??
      illegalState("No app bootstrap has been invoked.  This "
          "cannot be invoked before the run method has been called");
}