codeSent method

String codeSent(
  1. BuildContext context,
  2. String destination
)

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);
}