destroySession method

void destroySession()

Implementation

void destroySession() {
  _socketConnection.closeSession();
}