enterCodeHelper method
No description provided for @enterCodeHelper.
In en, this message translates to: 'The code was sent to . If you did not receive an email, you may check your spam folder.'
Implementation
@override
String enterCodeHelper(String email) {
return 'Il codice รจ stato inviato a <email>$email</email>. Se non hai ricevuto l\'e-mail, controlla la cartella spam.';
}