incorrect_otp property

String get incorrect_otp

Incorrect OTP

Implementation

String get incorrect_otp {
  return Intl.message(
    'Incorrect OTP',
    name: 'incorrect_otp',
    desc: '',
    args: [],
  );
}