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