codeSentUnknown method

String codeSentUnknown(
  1. BuildContext context
)

The message that is displayed after a new confirmation code is sent via an unknown delivery medium.

Implementation

String codeSentUnknown(BuildContext context) {
  return AuthenticatorLocalizations.messagesOf(context).codeSentUnknown;
}