SendOTPModule constructor

SendOTPModule({
  1. required PhoneNumberModule phoneNumberModule,
  2. String? customText,
})

Implementation

SendOTPModule({
  required this.phoneNumberModule,
  this.customText,
});