getFlows static method
Get all flows for a module
Implementation
static List<AirStateKey> getFlows(String moduleId) {
return _flows[moduleId] ?? [];
}
Get all flows for a module
static List<AirStateKey> getFlows(String moduleId) {
return _flows[moduleId] ?? [];
}