startUp method

void startUp()

Implementation

void startUp() {
  kitMap.forEach((key, kit) {
    kit.start();
  });
}