stopAlive method

void stopAlive()

Implementation

void stopAlive() {
  heartbeatTimer!.cancel();
  print('Heartbeat timer cancelled.');
}