ResendOTPOptions constructor

const ResendOTPOptions({
  1. required ResendOTPCallback resendOTPCallback,
})

Implementation

const ResendOTPOptions({required this.resendOTPCallback});