Files
Regroup/lib/Global.dart
2024-08-08 18:45:38 +05:30

22 lines
411 B
Dart

import 'dart:async';
import 'package:get/get.dart';
String? myusername;
String? fullname;
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;
String? globalAccountType;
String? mainWelcomeName;
String userIdGlobal = "0";