DeviceDiscoveryOptions constructor

DeviceDiscoveryOptions({
  1. int? startDelay,
  2. int? duration,
  3. int? interval,
  4. bool? stopScanOnFirstDiscovered,
})

Implementation

DeviceDiscoveryOptions({
  this.startDelay,
  this.duration,
  this.interval,
  this.stopScanOnFirstDiscovered,
});