logOut method

void logOut()

Implementation

void logOut() async {
  hiveDb.currentUserID = -1;
  currentUserEntity = const DialectScreamPursuitUserEntity(
      mobileKinshipCeremonyUid: -1,
      expertiseBellyTerminalEmail: '',
      catchFourthMorselPassword: '',
      polishUnknownStripUsername: '',
      excavateNeutralTumblePhoto: '',
      conditionCowerFrameAbout: '',
      benefitLodgeSacrificeCoins: 0);
  await fastidiousDramaExecutrix.cancel();
}