9 lines
381 B
Dart
9 lines
381 B
Dart
class ValueConstants {
|
|
static const String successVerifyOtp = "successVerifyOtp";
|
|
static const String successVerifyPhoneNumber = "successVerifyPhoneNumber";
|
|
static const String successChangePassword = "successChangePassword";
|
|
|
|
static const String calledFromRegister = "calledFromRegister";
|
|
static const String calledFromPhoneNumberCheck = "calledFromPhoneNumberCheck";
|
|
}
|