S360fOtpPopup constructor

const S360fOtpPopup({
  1. String? destination,
  2. Key? key,
  3. Future<bool> onComplete(
    1. String otp
    )?,
  4. void onResend()?,
})

Implementation

const S360fOtpPopup({
  this.destination,
  super.key,
  this.onComplete,
  this.onResend,
});