incrementOne abstract method

void incrementOne(
  1. String name
)

Increments counter by 1.

  • name a counter name of Increment type.

Implementation

void incrementOne(String name);