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