PhoneSendVerificationRequest constructor
const
PhoneSendVerificationRequest({
- required PhoneNumberType phone,
- PhoneSendVerificationRequestChannelChannel? channel,
Implementation
const PhoneSendVerificationRequest({required this.phone, this.channel});