initializeSocketSession method

void initializeSocketSession()

Implementation

void initializeSocketSession() {
  Logs.info("Initializing socket session", tag: 'socket');
  // Reset the openInteraction guard so the "ready" event can open a new
  // interaction on this fresh connection.
  _openInteractionCalled = false;
  _lastOpenInteractionTime = null;
}