getConfig method

NUIAppConfig getConfig()

Implementation

NUIAppConfig getConfig() {
   final config = NUIGlobalConfig.get(module: this.value())?.getConfig();
   assert(config != null);
   return config!;
}