copySucceeded method

String copySucceeded(
  1. BuildContext context
)

The message that is displayed after a TOTP Key was copied to the clipboard

Implementation

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