verifyPhoneText method

  1. @override
String verifyPhoneText(
  1. String mobilePhone
)
override

No description provided for @verifyPhoneText.

In en, this message translates to: 'Please verify your mobile phone number by entering the code that was sent via text to {mobilePhone}.'

Implementation

@override
String verifyPhoneText(String mobilePhone) {
  return 'Please verify your mobile phone number by entering the code that was sent via text to **$mobilePhone**.';
}