AuthenticationCodeTypeSms constructor
const
AuthenticationCodeTypeSms({
- required int length,
An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code
Implementation
const AuthenticationCodeTypeSms({
required this.length,
});