m1 static method

dynamic m1(
  1. dynamic mobileNo
)

Implementation

static m1(mobileNo) =>
    "Enter the OTP sent via SMS to mobile number ${mobileNo}";