bleLackPermissionBluetooth property

String bleLackPermissionBluetooth

There is a lack of Bluetooth permission

Implementation

String get bleLackPermissionBluetooth {
  return Intl.message(
    'There is a lack of Bluetooth permission',
    name: 'bleLackPermissionBluetooth',
    desc: '',
    args: [],
  );
}