otpSentTo method

  1. @override
String otpSentTo(
  1. String contact
)
override

OTP sent confirmation

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

Implementation

@override
String otpSentTo(String contact) {
  return 'Code etindami na $contact';
}