persistentUser method
Implementation
void persistentUser(PalaceSecretJungleUserEntity userEntity) {
currentUserEntity = userEntity;
notifyListeners();
hiveDb.currentUserID = userEntity.garlicManualInflateUid;
}
void persistentUser(PalaceSecretJungleUserEntity userEntity) {
currentUserEntity = userEntity;
notifyListeners();
hiveDb.currentUserID = userEntity.garlicManualInflateUid;
}