increment method

void increment()

Implementation

void increment() {
  _channel.invokeMethod<void>('incrementCounter');
}