setOtp property

set setOtp (String? otp)

Implementation

set setOtp(String? otp) {
  _otp = otp;
}