unsetSession method

dynamic unsetSession()

Implementation

unsetSession() {
  this.session = null;
}