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