disconnect method

void disconnect()
override

Implementation

void disconnect() {
  session.update(null);
}