menu
flint_dart package
documentation
ai.dart
AiWorkflowRegistry
workflow method
workflow method
dark_mode
light_mode
workflow
method
AiWorkflow
?
workflow
(
String
name
)
Looks up a workflow by name.
Implementation
AiWorkflow? workflow(String name) => _workflows[name];
flint_dart package
documentation
ai
AiWorkflowRegistry
workflow method
AiWorkflowRegistry class