BleScanState constructor
const
BleScanState({
- required BleScanStatus status,
- required List<
BleScanResult> devices, - String? error,
Implementation
const BleScanState({required this.status, required this.devices, this.error});