16 lines
312 B
Dart
16 lines
312 B
Dart
import 'dart:async';
|
|
|
|
import 'package:get/get.dart';
|
|
|
|
String? myusername;
|
|
String? token;
|
|
String? emailid;
|
|
int? isprofileupdated;
|
|
String? phonenumber;
|
|
bool pindialog = false;
|
|
bool storagedialog = false;
|
|
bool OnBoard = false;
|
|
RxInt notification = 0.obs;
|
|
late Timer timerhomeglobal;
|
|
bool isTimerInitialize = false;
|