telephoneNumberDevice constant
The input field expects the current device's phone number, usually for Sign Up / OTP flows.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_PHONE_NUMBER_DEVICE.
 - Otherwise, the hint string will be used as-is.
 
Implementation
static const String telephoneNumberDevice = 'telephoneNumberDevice';