androidSignInTitle top-level property

String get androidSignInTitle

Message shown as a title in a dialog which indicates the user that they need to scan biometric to continue.

Implementation

String get androidSignInTitle => Intl.message(
  'Authentication required',
  desc:
      'Message shown as a title in a dialog which indicates the user '
      'that they need to scan biometric to continue. Maximum 60 characters.',
);