search_message_startScan property

String get search_message_startScan

Click the button to initialize NFC scanning. You will need to place the phone next to the hardware to read the NFC tag.

Implementation

String get search_message_startScan {
  return Intl.message(
    'Click the button to initialize NFC scanning.  You will need to place the phone next to the hardware to read the NFC tag.',
    name: 'search_message_startScan',
    desc: '',
    args: [],
  );
}