This commit is contained in:
J. A. Messias 2024-10-01 09:42:48 -03:00
parent 5445e5b820
commit 479b76dc26
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ class StorageUtil {
isFirstRun = _sharedPreferences.prefs?.getBool('first_run') ?? true;
if (isFirstRun) {
isFirstRun = false;
await _sharedPreferences.prefs?.setBool('first_run', false);
_secureStorage.purge();
}
}