appIsLoaded static method

bool appIsLoaded()

Implementation

static bool appIsLoaded() {
  return ChalonaApp._current != null;
}