PhoneVerificationDialog constructor
const
PhoneVerificationDialog({
- Key? key,
- required AuthyoResult authyoRes,
- required String to,
- void onVerificationComplete(
- AuthyoResult authyoResult
Implementation
const PhoneVerificationDialog({
super.key,
required this.authyoRes,
required this.to,
this.onVerificationComplete,
});