getFlowSnapshot method

OmegaFlowSnapshot? getFlowSnapshot(
  1. String id
)

Snapshot of a flow by id. For debugging or per-flow persistence.

Implementation

OmegaFlowSnapshot? getFlowSnapshot(String id) => _flows[id]?.getSnapshot();