bleLackScanPermissionBluetooth property

String bleLackScanPermissionBluetooth

The Bluetooth scan permission is missing

Implementation

String get bleLackScanPermissionBluetooth {
  return Intl.message(
    'The Bluetooth scan permission is missing',
    name: 'bleLackScanPermissionBluetooth',
    desc: '',
    args: [],
  );
}