bluetooth_is_not_on property

String get bluetooth_is_not_on

Bluetooth is not on

Implementation

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