BleScannerState constructor

const BleScannerState({
  1. required List<BlePeripheral> devices,
  2. required bool isScanInProgress,
})

Implementation

const BleScannerState({
  required this.devices,
  required this.isScanInProgress,
});