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 'Il codice è stato inviato a <mobile>$mobile</mobile>. Se non hai ricevuto il codice entro 2 minuti, riprova.';
}