loadWorkflows method

Future<List<PlaygroundWorkflow>> loadWorkflows()

Loads the list of saved workflows.

Implementation

Future<List<PlaygroundWorkflow>> loadWorkflows() async => [];