SendPhoneNumberConfirmationCode constructor

const SendPhoneNumberConfirmationCode(
  1. {required String hash,
  2. required String phoneNumber,
  3. 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,
});