bluetooth_not_supported property

String get bluetooth_not_supported

Bluetooth is not supported

Implementation

String get bluetooth_not_supported {
  return Intl.message(
    'Bluetooth is not supported',
    name: 'bluetooth_not_supported',
    desc: '',
    args: [],
  );
}