stopHeartbeat method

void stopHeartbeat()

Implementation

void stopHeartbeat() {
  _heartbeatTimer?.cancel();
}