otpVerificationCodeHelper property

String get otpVerificationCodeHelper

A six-digit code was sent to your phone.

Implementation

String get otpVerificationCodeHelper {
  return Intl.message(
    'A six-digit code was sent to your phone.',
    name: 'otpVerificationCodeHelper',
    desc: '',
    args: [],
  );
}