androidDeviceCredentialsRequiredTitle top-level property
String
get
androidDeviceCredentialsRequiredTitle
Message shown as a title in a dialog which indicates the user has not set up credentials authentication on their device.
Implementation
String get androidDeviceCredentialsRequiredTitle => Intl.message(
'Device credentials required',
desc:
'Message shown as a title in a dialog which indicates the user '
'has not set up credentials authentication on their device. '
'Maximum 60 characters.',
);