getNUIApp function

NUIApp getNUIApp()

Implementation

NUIApp getNUIApp(){
  assert(NUIApp._instance != null, "NUIApp is not initialized yet");
  return NUIApp._instance!;
}