8000 Update list keys in shared_preferences_manager.dart · CoderJava/Flutter-News-App@4806701 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 4806701

Browse files
committed
Update list keys in shared_preferences_manager.dart
1 parent 9122f24 commit 4806701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/core/util/shared_preferences_manager.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ class SharedPreferencesManager {
44
static late SharedPreferences _sharedPreferences;
55

66
static const keyIsLogin = 'keyIsLogin';
7+
static const keyProfilePicture = 'keyProfilePicture';
8+
static const keyDisplayName = 'keyDisplayName';
9+
static const keyEmail = 'keyEmail';
710

811
SharedPreferencesManager();
912

0 commit comments

Comments
 (0)
0