verifyDesc function

String verifyDesc(
  1. String phoneNo
)

Implementation

String verifyDesc(String phoneNo) {
  return 'We have sent a 6 digit code to $phoneNo. Enter the code below to proceed';
}