logOut static method

dynamic logOut()

Implementation

static logOut() {
  UserFractal.active.value = null;
  DBF.main.setVar('active', '');
}