ContinuousScanConfig constructor
const
ContinuousScanConfig({})
Implementation
const ContinuousScanConfig({
this.rescanDelay = const Duration(seconds: 3),
this.keepAliveInterval = const Duration(seconds: 2),
this.duplicateSuppression = const Duration(milliseconds: 500),
});