resendOtpIn method

  1. @override
String resendOtpIn(
  1. int seconds
)
override

Resend OTP countdown

In en, this message translates to: 'Resend code in {seconds}s'

Implementation

@override
String resendOtpIn(int seconds) {
  return 'Reinvia codice tra ${seconds}s';
}