This commit is contained in:
poojapandeyx
2024-07-11 19:36:40 +05:30
parent a24febc95d
commit acf7f8980f
18 changed files with 447 additions and 36 deletions

6
lib/Globalconst.dart Normal file
View File

@@ -0,0 +1,6 @@
class Globalconst {
static String token = "";
static String name = "";
static String phonenumber = "";
static String isdcode = "";
}