stopAutoSendPresence method

void stopAutoSendPresence()

Implementation

void stopAutoSendPresence() {
  if (_keepAliveTimer?.isActive ?? false) _keepAliveTimer?.cancel();
}