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 'El código se envió a <email>$email</email>. Si no recibiste el correo electrónico, revisa tu carpeta de spam.';
}