menu
omnyshell package
documentation
omnyshell_hub.dart
NodeRegistry
byId method
byId method
dark_mode
light_mode
byId
method
RegisteredNode
?
byId
(
NodeId
id
)
The node with
id
, or
null
.
Implementation
RegisteredNode? byId(NodeId id) => _byId[id.value];
omnyshell package
documentation
omnyshell_hub
NodeRegistry
byId method
NodeRegistry class