BluetoothConnectionConfiguration constructor
const
BluetoothConnectionConfiguration({
- required String locationId,
- bool autoReconnectOnUnexpectedDisconnect = true,
- required MobileReaderDelegate readerDelegate,
Implementation
const BluetoothConnectionConfiguration({
required this.locationId,
this.autoReconnectOnUnexpectedDisconnect = true,
required this.readerDelegate,
});