OtpScreenProvider constructor
- required PhoneVerificationData phoneVerificationData,
- Key? key,
Implementation
const OtpScreenProvider({
required this.phoneVerificationData,
super.key,
});
const OtpScreenProvider({
required this.phoneVerificationData,
super.key,
});