category repo

This commit is contained in:
efrilm
2025-10-24 20:06:42 +07:00
parent 683fff6eeb
commit 71fa4823fc
29 changed files with 5434 additions and 30 deletions
+2
View File
@@ -1,3 +1,5 @@
class AppConstant {
static const String appName = "Apskel POS";
static const int cacheExpire = 10; // in minutes
}