copyFailed method

String copyFailed(
  1. BuildContext context
)

The message that is displayed after a TOTP Key failed to copy to the clipboard

Implementation

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