getConfig method
Implementation
NUIAppConfig? getConfig(){
try {
return NUIAppConfigEntity().toEntity(_appConfig);
}catch(e){
return null;
}
}
NUIAppConfig? getConfig(){
try {
return NUIAppConfigEntity().toEntity(_appConfig);
}catch(e){
return null;
}
}