|
|
|
|
@ -640,7 +640,7 @@ class _LandingPageState extends State<LandingPage> with WidgetsBindingObserver {
|
|
|
|
|
|
|
|
|
|
void checkUserStatus(token) async {
|
|
|
|
|
await PushNotificationHandler.getInstance().isAndroidPermissionGranted();
|
|
|
|
|
authService.selectDeviceImei(token).then((SelectDeviceIMEIRES value) => setUserValues(value));
|
|
|
|
|
// authService.selectDeviceImei(token).then((SelectDeviceIMEIRES value) => setUserValues(value));
|
|
|
|
|
if (authenticatedUserObject.isLogin) {
|
|
|
|
|
var data = AuthenticatedUser.fromJson(await sharedPref.getObject(USER_PROFILE));
|
|
|
|
|
if (data != null) {
|
|
|
|
|
|