Skip to content
Snippets Groups Projects
Select Git revision
  • f6f8c68a05e0ab8853fd1fddf7a43ea257380917
  • dev default protected
  • integrating-verify-otp-screen
  • language-selection
  • ECAP1-24-verify_otp
5 results

language_key.dart

Blame
  • 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";