ble_connection_fail property

String get ble_connection_fail

Bluetooth connection fail

Implementation

String get ble_connection_fail {
  return Intl.message(
    'Bluetooth connection fail',
    name: 'ble_connection_fail',
    desc: '',
    args: [],
  );
}