SendPhoneNumberConfirmationCode constructor
const
SendPhoneNumberConfirmationCode({
- required String hash,
- required String phoneNumber,
- PhoneNumberAuthenticationSettings? settings,
Sends phone number confirmation code to handle links of the type internalLinkTypePhoneNumberConfirmation
Implementation
const SendPhoneNumberConfirmationCode({
required this.hash,
required this.phoneNumber,
this.settings,
});