codeSent method
The message that is displayed after a new confirmation code is sent to
destination
.
Implementation
String codeSent(BuildContext context, String destination) {
return AuthenticatorLocalizations.messagesOf(context).codeSent(destination);
}