Advertisement
anik11556

fetchandsendcredential

Nov 7th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. /*
  2. FetchCredential fc = FetchCredential();
  3. Object uk = await fc.findCredential();
  4. User us = uk as User;
  5. print(us.country);
  6.  
  7. */
  8.  
  9. Credential sc = Credential();
  10. //sc.saveCredential(us);
  11. User us = await sc.getCredential();
  12. print(us.userName);
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement