bleOtaFail property

String get bleOtaFail

The Bluetooth firmware upgrade has failed

Implementation

String get bleOtaFail {
  return Intl.message(
    'The Bluetooth firmware upgrade has failed',
    name: 'bleOtaFail',
    desc: '',
    args: [],
  );
}