getFlowSnapshot method
Snapshot of a flow by id. For debugging or per-flow persistence.
Implementation
OmegaFlowSnapshot? getFlowSnapshot(String id) => _flows[id]?.getSnapshot();
Snapshot of a flow by id. For debugging or per-flow persistence.
OmegaFlowSnapshot? getFlowSnapshot(String id) => _flows[id]?.getSnapshot();