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분 이내에 코드를 받지 못한 경우 다시 시도해 주세요.';
}