memory property
Flow memory (key/value). Persists while the flow is active; can be restored with restoreMemory.
Implementation
final Map<String, dynamic> memory = {};
Flow memory (key/value). Persists while the flow is active; can be restored with restoreMemory.
final Map<String, dynamic> memory = {};