LokotroOtpVerificationScreen constructor

const LokotroOtpVerificationScreen({
  1. Key? key,
  2. required String transactionId,
  3. required String otpSentTo,
  4. required LokotroCommonService commonService,
  5. VoidCallback? onSuccess,
  6. VoidCallback? onError,
})

Implementation

const LokotroOtpVerificationScreen({
  super.key,
  required this.transactionId,
  required this.otpSentTo,
  required this.commonService,
  this.onSuccess,
  this.onError,
});