Select Git revision
language_key.dart
-
Rakshitha Salian authoredRakshitha Salian authored
language_key.dart 579 B
const String message = "message";
const String name = "name";
///Verify otp texts
const String otpTitle = "otpTitle";
const String otpSubTitle = "otpSubTitle";
const String enterOTP = "enterOTP";
const String resendOTPIn = "resendOTPIn";
const String resendOTP = "resendOTP";
const String verify = "verify";
const String back = "back";
const String verifySuccessTitle = "verifySuccessTitle";
const String verifySuccessSubTitle = "verifySuccessSubTitle";
const String seconds = "seconds";
const String incorrectOTPError = "incorrectOTPError";
const String apiError = "apiError";