oneTimeCode constant
The input field expects a SMS one-time code.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_SMS_OTP.
 - iOS: oneTimeCode.
 - web: "one-time-code".
 - Otherwise, the hint string will be used as-is.
 
Implementation
static const String oneTimeCode = 'oneTimeCode';