enterMessageCodeHelper method
No description provided for @enterMessageCodeHelper.
In en, this message translates to: 'The code was sent to . If you did not receive the code within 2 minutes, try again.'
Implementation
@override
String enterMessageCodeHelper(String mobile) {
return 'O código foi enviado para <mobile>$mobile</mobile>. Se não recebeu o código em 2 minutos, tente novamente.';
}