VerifyOTPModule constructor

VerifyOTPModule({
  1. required VerifyOTPDataModule data,
})

Implementation

VerifyOTPModule({
  required this.data,
});