ResponseSendOTPModule constructor

ResponseSendOTPModule({
  1. String? responseMessage,
  2. String? verificationID,
})

Implementation

ResponseSendOTPModule({
  this.responseMessage,
  this.verificationID,
}) : super(message: responseMessage);