Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Class
Phone OTP signer dialog matching the official Crossmint RN SDK PhoneSignersDialog component.
class CrossmintPhoneOtpDialog extends StatefulWidget
Constructors
CrossmintPhoneOtpDialog
const CrossmintPhoneOtpDialog({
super.key,
required this.otpController,
this.onDismissed,
})
Properties
otpController
final CrossmintWalletOtpController otpController
onDismissed
final VoidCallback? onDismissed
Methods
createState
State<CrossmintPhoneOtpDialog> createState()