end method
Implementation
void end(String id) {
final flow = _flows[id];
flow?.end();
if (activeFlowId == id) {
activeFlowId = null;
}
}
void end(String id) {
final flow = _flows[id];
flow?.end();
if (activeFlowId == id) {
activeFlowId = null;
}
}