setAppIntialized method

void setAppIntialized ()

Implementation

void setAppIntialized() {
  _appInitialized = true;
  notifyListeners();
}