ScanSession constructor

const ScanSession({
  1. required List<Uuid> withServices,
  2. required Future<void> future,
})

Implementation

const ScanSession({required this.withServices, required this.future});