menu
nui_core package
documentation
system/nui_system.dart
NUISystem
removeAssetChannel static method
removeAssetChannel static method
dark_mode
light_mode
removeAssetChannel
static method
void
removeAssetChannel
(
String
key
)
Implementation
static void removeAssetChannel(String key){ _assetChannels.remove(key); }
nui_core package
documentation
system/nui_system
NUISystem
removeAssetChannel static method
NUISystem class