hardware_card_missingHardwareData property

String get hardware_card_missingHardwareData

The document you are looking for is not on the connected hardware or in our database. Please turn off and on the device and try again.

Implementation

String get hardware_card_missingHardwareData {
  return Intl.message(
    'The document you are looking for is not on the connected hardware or in our database.  Please turn off and on the device and try again.',
    name: 'hardware_card_missingHardwareData',
    desc: '',
    args: [],
  );
}