copyFailed method
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;
}
The message that is displayed after a TOTP Key failed to copy to the clipboard
String copyFailed(BuildContext context) {
return AuthenticatorLocalizations.messagesOf(context).copyFailed;
}