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