mobileOptInText function

String mobileOptInText(
  1. String otpReceiver
)

Implementation

String mobileOptInText(String otpReceiver) {
  return 'By Verifying the $otpReceiver phone number you Opt them in for mobile communications';
}