stop method

void stop()

Stop the keep alive process

Implementation

void stop() {
  pingTimer!.cancel();
}