getFlow method

OmegaFlow? getFlow(
  1. String id
)

Returns the flow registered with id. Use so the UI can listen to its expressions (e.g. flow.expressions.listen(...)).

Implementation

OmegaFlow? getFlow(String id) => _flows[id];