ScanSettings constructor
Constructs a ScanSettings instance with the specified scan settings.
scanMode
determines the mode used for scanning.
reportDelayMillis
determines the delay for reporting results.
allowDuplicates
specifies whether to include duplicate advertisements.
Implementation
ScanSettings({
this.scanMode,
this.reportDelayMillis,
this.allowDuplicates,
});