menu
mcp_playground_ui package
documentation
playground_controller.dart
PlaygroundController
setLoadedWorkflowId method
setLoadedWorkflowId method
dark_mode
light_mode
setLoadedWorkflowId
method
void
setLoadedWorkflowId
(
String
?
id
)
Implementation
void setLoadedWorkflowId(String? id) { _loadedWorkflowId = id; notifyListeners(); }
mcp_playground_ui package
documentation
playground_controller
PlaygroundController
setLoadedWorkflowId method
PlaygroundController class