enterMessageCodeHelper method

  1. @override
String enterMessageCodeHelper(
  1. String mobile
)
override

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.';
}