increaseCounterByOne method

void increaseCounterByOne()

Implementation

void increaseCounterByOne() {
  send('increaseCounter', {'amount': 1});
}