SMSCodeSent constructor

SMSCodeSent({
  1. String? verificationId,
  2. int? resendToken,
  3. ConfirmationResult? confirmationResult,
})

An auth flow that allows authentication with a phone number.

Implementation

SMSCodeSent({
  this.verificationId,
  this.resendToken,
  this.confirmationResult,
});