copyKey method

String copyKey(
  1. BuildContext context
)

Label of button to copy a value.

Implementation

String copyKey(BuildContext context) {
  return AuthenticatorLocalizations.buttonsOf(context).copyKey;
}