mobile_skt/lib/constants/enum.dart

6 lines
72 B
Dart
Raw Normal View History

enum BackActionEnum {
refresh,
}
enum LoginEnum { apple, fastLogin }