androidBiometricHint top-level property

String get androidBiometricHint

Hint message advising the user how to authenticate with biometrics.

Implementation

String get androidBiometricHint => Intl.message(
  'Verify identity',
  desc:
      'Hint message advising the user how to authenticate with biometrics. '
      'Maximum 60 characters.',
);