menu
claid package
documentation
module/module_manager.dart
ModuleManager
getInstanceForChannel method
getInstanceForChannel method
dark_mode
light_mode
getInstanceForChannel
method
dynamic
getInstanceForChannel
(
String
channelId
)
Implementation
dynamic getInstanceForChannel(String channelId) { return _chanInstances[channelId]!; }
claid package
documentation
module/module_manager
ModuleManager
getInstanceForChannel method
ModuleManager class