androidBiometricNotRecognized top-level property

String get androidBiometricNotRecognized

Message to let the user know that authentication was failed.

Implementation

String get androidBiometricNotRecognized => Intl.message(
  'Not recognized. Try again.',
  desc:
      'Message to let the user know that authentication was failed. '
      'Maximum 60 characters.',
);