reset method

void reset()

Implementation

void reset() {
  setVisibility(false);
  usecaseAuth!.authStep.value = AuthStep.STEP_UNAUTHORIZED;
}