clear static method

void clear()

Clear registry (for testing)

Implementation

static void clear() {
  _flows.clear();
}