2025-10-24 01:16:50 +07:00

4 lines
68 B
Dart

class AppConstant {
static const String appName = "Apskel POS";
}