connect_card_initialText property

String get connect_card_initialText

Click the button to start scanning with Bluetooth for any nearby Vatorex hardware. Make sure your Bluetooth is enabled on your phone and on the hardware.

Implementation

String get connect_card_initialText {
  return Intl.message(
    'Click the button to start scanning with Bluetooth for any nearby Vatorex hardware.  Make sure your Bluetooth is enabled on your phone and on the hardware.',
    name: 'connect_card_initialText',
    desc: '',
    args: [],
  );
}