PhoneInputView constructor
const
PhoneInputView({
- Key? key,
- required Object flowKey,
- SMSCodeRequestedCallback? onSMSCodeRequested,
- FirebaseAuth? auth,
- AuthAction? action,
- PhoneNumberSubmitCallback? onSubmit,
- WidgetBuilder? subtitleBuilder,
Implementation
const PhoneInputView({
Key? key,
required this.flowKey,
this.onSMSCodeRequested,
this.auth,
this.action,
this.onSubmit,
this.subtitleBuilder,
this.footerBuilder,
}) : super(key: key);