androidBiometricRequiredTitle top-level property

String androidBiometricRequiredTitle

Implementation

String get androidBiometricRequiredTitle {
  return Intl.message('Biometric required',
      desc: 'Message showed as a title in a dialog which indicates the user '
          'has not set up biometric authentication on their device. It is used on Android'
          ' side. Maximum 60 characters.');
}