verifyRequestMsg function

String verifyRequestMsg(
  1. String phoneNo
)

Implementation

String verifyRequestMsg(String phoneNo) {
  return 'We have sent a 6 digit PIN to $phoneNo';
}