SMSCodeInputView constructor
const
SMSCodeInputView({
- Key? key,
- required Object flowKey,
- VoidCallback? onCodeVerified,
- FirebaseAuth? auth,
- AuthAction? action,
- SMSCodeSubmitCallback? onSubmit,
Implementation
const SMSCodeInputView({
Key? key,
required this.flowKey,
this.onCodeVerified,
this.auth,
this.action,
this.onSubmit,
}) : super(key: key);