menu
air_framework package
documentation
core/module_manager.dart
ModuleManager
getContext method
getContext method
dark_mode
light_mode
getContext
method
ModuleContext
?
getContext
(
String
moduleId
)
Get module context by ID
Implementation
ModuleContext? getContext(String moduleId) => _contexts[moduleId];
air_framework package
documentation
core/module_manager
ModuleManager
getContext method
ModuleManager class