addKit method

void addKit(
  1. String tag,
  2. CommonKit kit
)

Implementation

void addKit(String tag, CommonKit kit) {
  kitMap[tag] = kit;
}