startAutoSendPresence method

void startAutoSendPresence()

Implementation

void startAutoSendPresence() {
  logTime("startAutoSendPresence", TAG);
  _keepAliveTimer ??= Timer.periodic(KEEP_ALIVE_PERIOD, (Timer t) => sendKeepAlive());
}