PhoneSendVerificationRequest constructor

const PhoneSendVerificationRequest({
  1. required PhoneNumberType phone,
  2. PhoneSendVerificationRequestChannelChannel? channel,
})

Implementation

const PhoneSendVerificationRequest({required this.phone, this.channel});