Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @override
  2. void onSuccessResponse(AppVersionCheckResponse response) {
  3. PrefsHelper.isLoggedIn().then((logged) {
  4. if (logged) {
  5. startHome();
  6. } else {
  7. goToNumberCheck();
  8. }
  9. });
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement