setTriggerCondition abstract method

void setTriggerCondition({
  1. int cpu = 0,
  2. int memory = 0,
  3. int batteryLevel = 0,
})

Implementation

void setTriggerCondition({int cpu = 0, int memory = 0, int batteryLevel = 0});