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