menu
nui_core package
documentation
system/nui_system.dart
NUISystem
setAssetChannel static method
setAssetChannel static method
dark_mode
light_mode
setAssetChannel
static method
void
setAssetChannel
(
String
key
,
NUIAssetChannel
channel
)
Implementation
static void setAssetChannel(String key, NUIAssetChannel channel){ _assetChannels[key] = channel; }
nui_core package
documentation
system/nui_system
NUISystem
setAssetChannel static method
NUISystem class