androidDeviceCredentialsSetupDescription top-level property

String get androidDeviceCredentialsSetupDescription

Message advising the user to go to the settings and configure device credentials on their device.

Implementation

String get androidDeviceCredentialsSetupDescription => Intl.message(
  'Device credentials required',
  desc:
      'Message advising the user to go to the settings and configure '
      'device credentials on their device.',
);