4 lines
58 B
Dart
Raw Normal View History

2025-10-23 22:16:53 +07:00
class AppConstant {
static const String appName = "";
}