menu
nui_core package
documentation
config/nui_global_config.dart
NUIGlobalConfig
getValue<T> method
getValue<T> method
dark_mode
light_mode
getValue<
T
>
method
T
getValue
<
T
>(
String
key
)
Implementation
T getValue<T>(String key) => _appConfig[key] as T;
nui_core package
documentation
config/nui_global_config
NUIGlobalConfig
getValue<T> method
NUIGlobalConfig class