This commit is contained in:
efrilm
2025-10-24 01:16:50 +07:00
parent 5d9197c986
commit ca5d2a58e7
45 changed files with 3820 additions and 50 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
class AppConstant {
static const String appName = "";
static const String appName = "Apskel POS";
}
@@ -0,0 +1,4 @@
class LocalStorageKey {
static const String token = 'token';
static const String user = 'user';
}