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
Step 1 of the OTP signer dialog: confirm contact info before sending code.
class CrossmintOtpConfirmationStep extends StatefulWidget
Matches the official Crossmint RN SDK BaseConfirmation component.
Constructors
CrossmintOtpConfirmationStep
const CrossmintOtpConfirmationStep({
super.key,
required this.icon,
required this.contactInfo,
required this.contactType,
required this.onSend,
required this.onCancel,
})
Properties
icon
onSend
final Future<void> Function() onSend
onCancel
final VoidCallback onCancel
Methods
createState
State<CrossmintOtpConfirmationStep> createState()