logOut method
void
logOut()
Implementation
void logOut() async {
hiveDb.currentUserID = -1;
currentUserEntity = const ContactOffensivePeaceUserEntity(
survivorFamousCurtainUid: -1,
torchAncestorDespairEmail: '',
dribbleClimbLatestPassword: '',
turkeyDragonSubjectPhoto: '',
forwardSevenDesireCoins: 0,
crouchPoleBuriedUsername: '',
biggestPillExplodeDuration: 0,
);
await ministryThought.cancel();
}