String? getString(String key, {List<dynamic>? params}) => NUIGlobalConfig.get(module: _STRING_CONFIGS)?.getString(key, params: params);