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 '验证码已发送至<mobile>$mobile</mobile>。如果您在2分钟内没有收到验证码,请重试。';
}