SMSCodeInputView constructor

const SMSCodeInputView({
  1. Key? key,
  2. required Object flowKey,
  3. VoidCallback? onCodeVerified,
  4. FirebaseAuth? auth,
  5. AuthAction? action,
  6. SMSCodeSubmitCallback? onSubmit,
})

Implementation

const SMSCodeInputView({
  Key? key,
  required this.flowKey,
  this.onCodeVerified,
  this.auth,
  this.action,
  this.onSubmit,
}) : super(key: key);