TIF_E41201615/lib/resources/arguments/value_constants.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";
}