copySucceeded method
The message that is displayed after a TOTP Key was copied to the clipboard
Implementation
String copySucceeded(BuildContext context) {
return AuthenticatorLocalizations.messagesOf(context).copySucceeded;
}
The message that is displayed after a TOTP Key was copied to the clipboard
String copySucceeded(BuildContext context) {
return AuthenticatorLocalizations.messagesOf(context).copySucceeded;
}