BluetoothScanConfig constructor

const BluetoothScanConfig({
  1. Duration timeout = const Duration(seconds: 10),
  2. bool allowDuplicates = false,
})

Implementation

const BluetoothScanConfig({
  this.timeout = const Duration(seconds: 10),
  this.allowDuplicates = false,
});