Posts by Antonio Rabelo • 11 points
1 post
-
1
votes1
answer197
viewsA: How to save value correctly in Sharedpreferences? - Flutter
Correcting... Returns empty without saving anything yet. Future get token async => (await _prefs.getString('token')) ?? '';