OtpScreenProvider constructor

const OtpScreenProvider({
  1. required PhoneVerificationData phoneVerificationData,
  2. Key? key,
})

Implementation

const OtpScreenProvider({
  required this.phoneVerificationData,
  super.key,
});