otpVerificationCodeHint property

String get otpVerificationCodeHint

Enter the code sent by SMS

Implementation

String get otpVerificationCodeHint {
  return Intl.message(
    'Enter the code sent by SMS',
    name: 'otpVerificationCodeHint',
    desc: '',
    args: [],
  );
}