AuthenticationCodeTypeCall constructor
const
AuthenticationCodeTypeCall({
- required int length,
An authentication code is delivered via a phone call to the specified phone number
Implementation
const AuthenticationCodeTypeCall({
required this.length,
});