androidBiometricRequiredTitle top-level property

String get androidBiometricRequiredTitle

Message shown as a title in a dialog which indicates the user has not set up biometric authentication on their device.

Implementation

String get androidBiometricRequiredTitle => Intl.message(
  'Biometric required',
  desc:
      'Message shown as a title in a dialog which indicates the user '
      'has not set up biometric authentication on their device. '
      'Maximum 60 characters.',
);