increment method

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

Increments counter by given value.

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

Implementation

@override
void increment(String name, int value) {}