LEIC-ES-2021-22 / 3LEIC03T1

4 stars 0 forks source link

Login in catalog website and store the cookie in Persistent Info #26

Closed ruialves35 closed 2 years ago

ruialves35 commented 2 years ago

DEV NOTES:

---------------------------------------------------------------- final Tuple2 userPersistentInfo = await AppSharedPreferences.getPersistentUserInfo(); isto aqui static Future> getPersistentUserInfo() async { final String userNum = await getUserNumber(); final String userPass = await getUserPassword(); return Tuple2(userNum, userPass); } ----------------------------------------------------------------