LokotroOtpVerificationScreen constructor
const
LokotroOtpVerificationScreen({
- Key? key,
- required String transactionId,
- required String otpSentTo,
- required LokotroCommonService commonService,
- VoidCallback? onSuccess,
- VoidCallback? onError,
Implementation
const LokotroOtpVerificationScreen({
super.key,
required this.transactionId,
required this.otpSentTo,
required this.commonService,
this.onSuccess,
this.onError,
});