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 'The code was sent to <email>$email</email>. If you did not receive an email, you may check your spam folder.';
}