increment abstract method

void increment(
  1. String name,
  2. int value
)

Increments counter by given value.

  • name a counter name of Increment type.
  • value a value to add to the counter.

Implementation

void increment(String name, int value);