unsetSessions method

dynamic unsetSessions()

Implementation

unsetSessions() {
  this.sessions = null;
}