saveWorkflows method

Future<void> saveWorkflows(
  1. List<PlaygroundWorkflow> workflows
)

Saves the list of saved workflows.

Implementation

Future<void> saveWorkflows(List<PlaygroundWorkflow> workflows) async {}