destroy method

void destroy()

Destroys the current session.

Implementation

void destroy() {
  _session.destroy();
}