logOut method
void
logOut()
Implementation
void logOut() async {
hiveDb.currentUserID = -1;
currentUserEntity = const PalaceSecretJungleUserEntity(
garlicManualInflateUid: -1,
processEvolutionFreshEmail: '',
staredDignityAthletePassword: '',
notoriousGloveFramePhoto: '',
punishTroopsDiscoveryCoins: 0,
sameLetterCharityUsername: '',
stoveRhythmRateAboutMe: '');
await fragrantChemistryTable.cancel();
}