SendOTPModule constructor
SendOTPModule({
- required PhoneNumberModule phoneNumberModule,
- String? customText,
Implementation
SendOTPModule({
required this.phoneNumberModule,
this.customText,
});