BluetoothConnectionConfiguration constructor

const BluetoothConnectionConfiguration({
  1. required String locationId,
  2. bool autoReconnectOnUnexpectedDisconnect = true,
  3. required MobileReaderDelegate readerDelegate,
})

Implementation

const BluetoothConnectionConfiguration({
  required this.locationId,
  this.autoReconnectOnUnexpectedDisconnect = true,
  required this.readerDelegate,
});