sadadPayResendOTP property

String sadadPayResendOTP

Implementation

static String get sadadPayResendOTP {
  if (isDebug) {
    return test_resendOtp;
  } else {
    return Live_resendOtp;
  }
}