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 'The code was sent to <mobile>$mobile</mobile>. If you did not receive the code within 2 minutes, try again.';
}