getFlows static method

List<AirStateKey> getFlows(
  1. String moduleId
)

Get all flows for a module

Implementation

static List<AirStateKey> getFlows(String moduleId) {
  return _flows[moduleId] ?? [];
}