addKit method

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

Implementation

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