BleScannerState constructor
const
BleScannerState({
- required List<
BlePeripheral> devices, - required bool isScanInProgress,
Implementation
const BleScannerState({
required this.devices,
required this.isScanInProgress,
});