otpSentTo abstract method

String otpSentTo(
  1. String contact
)

OTP sent confirmation

In en, this message translates to: 'Code sent to {contact}'

Implementation

String otpSentTo(String contact);